aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-16 14:35:42 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-17 19:36:51 +0000
commit261b6fdc8f2a1b662b63c03f302ba7939ef4f611 (patch)
treeb52fa4293caa32e1790242b706132f2e7a63cfd6
parent69d0d506775c82eb2bde66fe748100a94a3173a0 (diff)
Include missing headers for osmo_init_logging2
Fixes implicit declaration warning messages at compile time. Change-Id: I753ed49cdcbd1301ba7ea38dcea9113d99fecb06
-rw-r--r--src/osmo-bts-omldummy/main.c1
-rw-r--r--tests/agch/agch_test.c1
-rw-r--r--tests/cipher/cipher_test.c1
-rw-r--r--tests/paging/paging_test.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/osmo-bts-omldummy/main.c b/src/osmo-bts-omldummy/main.c
index ef945537..3f1d58c5 100644
--- a/src/osmo-bts-omldummy/main.c
+++ b/src/osmo-bts-omldummy/main.c
@@ -1,5 +1,6 @@
#include <osmocom/core/talloc.h>
+#include <osmocom/core/application.h>
#include <osmo-bts/logging.h>
#include <osmo-bts/abis.h>
#include <osmo-bts/bts.h>
diff --git a/tests/agch/agch_test.c b/tests/agch/agch_test.c
index ab59ebfe..e6c56d97 100644
--- a/tests/agch/agch_test.c
+++ b/tests/agch/agch_test.c
@@ -20,6 +20,7 @@
*
*/
#include <osmocom/core/talloc.h>
+#include <osmocom/core/application.h>
#include <osmo-bts/bts.h>
#include <osmo-bts/logging.h>
diff --git a/tests/cipher/cipher_test.c b/tests/cipher/cipher_test.c
index a7343c08..9d78a880 100644
--- a/tests/cipher/cipher_test.c
+++ b/tests/cipher/cipher_test.c
@@ -23,6 +23,7 @@
#include <osmo-bts/gsm_data.h>
#include <osmocom/core/talloc.h>
+#include <osmocom/core/application.h>
#include <errno.h>
#include <unistd.h>
diff --git a/tests/paging/paging_test.c b/tests/paging/paging_test.c
index bf28661a..0accd0fb 100644
--- a/tests/paging/paging_test.c
+++ b/tests/paging/paging_test.c
@@ -19,6 +19,7 @@
*
*/
#include <osmocom/core/talloc.h>
+#include <osmocom/core/application.h>
#include <osmo-bts/bts.h>
#include <osmo-bts/logging.h>