aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>