aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/oap/oap_test.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-04-27 15:17:14 +0200
committerHarald Welte <laforge@gnumonks.org>2016-04-29 13:10:37 +0200
commit31760a1f6089fb59475ba79faa3eb97e4cf00f68 (patch)
treea44fbb340b258bc78194670eacc3c2f144e18c13 /openbsc/tests/oap/oap_test.c
parent23d77d56ea47bbb971bf2fc5d93d6ae2d7d30f03 (diff)
oap_message.h: Remove dependency to openbsc include
This is a first step to moving oap_messages.h to libosmocore
Diffstat (limited to 'openbsc/tests/oap/oap_test.c')
-rw-r--r--openbsc/tests/oap/oap_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/tests/oap/oap_test.c b/openbsc/tests/oap/oap_test.c
index 9a2063bdc..4ee5d4207 100644
--- a/openbsc/tests/oap/oap_test.c
+++ b/openbsc/tests/oap/oap_test.c
@@ -26,6 +26,7 @@
#include <openbsc/oap_messages.h>
#include <stdio.h>
+#include <string.h>
static void test_oap_api(void)
{