summaryrefslogtreecommitdiffstats
path: root/tests/oap
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-01-12 16:47:13 +0100
committerMax <msuraev@sysmocom.de>2017-01-13 09:36:25 +0000
commit2f0b0c955b4031a9dd95829322455cf883d40f53 (patch)
tree45cebb56e7dadf4237f2c7dfbd89e03f77bd5f6f /tests/oap
parentc32bfd5824b99b9af14b66d17a58fdf9c3bddb45 (diff)
Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap_test.c
Change-Id: Id524327b3f44e22e3aa44c5e8e4965b084cb326a
Diffstat (limited to 'tests/oap')
-rw-r--r--tests/oap/oap_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/oap/oap_test.c b/tests/oap/oap_test.c
index f7fe0b78..ccf49069 100644
--- a/tests/oap/oap_test.c
+++ b/tests/oap/oap_test.c
@@ -21,6 +21,7 @@
*
*/
+#include <osmocom/core/application.h>
#include <osmocom/core/logging.h>
#include <osmocom/core/utils.h>
#include <osmocom/gsm/oap.h>