aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_api.c
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/src/bsc_api.c
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/src/bsc_api.c')
-rw-r--r--openbsc/src/bsc_api.c1
1 files changed, 1 insertions, 0 deletions
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>