oap_message.h: Remove dependency to openbsc include

This is a first step to moving oap_messages.h to libosmocore
diff --git a/openbsc/tests/oap/oap_test.c b/openbsc/tests/oap/oap_test.c
index 9a2063b..4ee5d42 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)
 {