aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-22 12:32:56 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-22 18:26:36 +0100
commite2fee354cfd39decc71006b2ab2f9715510ded48 (patch)
tree6e7a9e85c618a6a48f0348e02e0fb5f80b5646b1 /openbsc
parentc7782dec4a9dbc85d430694df86664d87abad1fb (diff)
misc: Include abis_rsl.h to remove some compiler warnings
This was introduced by a recent change to gsm_data.h to include less header files. We really need to access the RSL information here so it is fine to include the file.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc/osmo_bsc_audio.c1
-rw-r--r--openbsc/src/bsc_api.c1
-rw-r--r--openbsc/src/gsm_04_08_utils.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/src/bsc/osmo_bsc_audio.c b/openbsc/src/bsc/osmo_bsc_audio.c
index 134926391..8db84f9fa 100644
--- a/openbsc/src/bsc/osmo_bsc_audio.c
+++ b/openbsc/src/bsc/osmo_bsc_audio.c
@@ -23,6 +23,7 @@
#include <openbsc/osmo_msc_data.h>
#include <openbsc/osmo_bsc.h>
+#include <openbsc/abis_rsl.h>
#include <openbsc/gsm_data.h>
#include <openbsc/debug.h>
#include <openbsc/signal.h>
diff --git a/openbsc/src/bsc_api.c b/openbsc/src/bsc_api.c
index 043006ecb..0a7c94b75 100644
--- a/openbsc/src/bsc_api.c
+++ b/openbsc/src/bsc_api.c
@@ -25,6 +25,7 @@
#include <openbsc/bsc_api.h>
#include <openbsc/bsc_rll.h>
#include <openbsc/gsm_data.h>
+#include <openbsc/gsm_subscriber.h>
#include <openbsc/signal.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/chan_alloc.h>
diff --git a/openbsc/src/gsm_04_08_utils.c b/openbsc/src/gsm_04_08_utils.c
index 350c69b7a..b59d7107e 100644
--- a/openbsc/src/gsm_04_08_utils.c
+++ b/openbsc/src/gsm_04_08_utils.c
@@ -30,6 +30,8 @@
#include <osmocore/msgb.h>
#include <osmocore/gsm48.h>
+
+#include <openbsc/abis_rsl.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_04_08.h>
#include <openbsc/transaction.h>