aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-nitb
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2011-09-06 00:09:48 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-06 09:32:13 +0200
commit59947a0329628792e3eb8ea349ee359a37026022 (patch)
treec8965726e9b8c6bea6178556f7961c980ca2b75e /openbsc/src/osmo-nitb
parent135a6bd3c66a827a5481cc35e05234081ec3b46b (diff)
fix some "implicit declaration" warnings in osmo-nitb
Diffstat (limited to 'openbsc/src/osmo-nitb')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index b41b80807..001d8f9a4 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -42,6 +42,10 @@
#include <openbsc/vty.h>
#include <openbsc/bss.h>
#include <openbsc/mncc.h>
+#include <openbsc/token_auth.h>
+#include <openbsc/handover_decision.h>
+#include <openbsc/rrlp.h>
+#include <openbsc/control_if.h>
#include "../../bscconfig.h"