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