aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-11-27 22:30:47 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-11-29 17:37:18 +0000
commitf0ea05e52fbf86dda1f647b8f4055a3f4469080b (patch)
tree5bd0b0aac0880054c3d505d21451afc31e14e024 /include
parent3d0b76d76e1926b1ec20cac9127063a8c40af802 (diff)
compiler warnings: add includes in abis_rsl.h, gsm_data_shared.h
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/abis_rsl.h1
-rw-r--r--include/osmocom/bsc/gsm_data_shared.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/abis_rsl.h b/include/osmocom/bsc/abis_rsl.h
index c09272304..b30702fd0 100644
--- a/include/osmocom/bsc/abis_rsl.h
+++ b/include/osmocom/bsc/abis_rsl.h
@@ -27,6 +27,7 @@
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/gsm/sysinfo.h>
#include <osmocom/core/msgb.h>
+#include <osmocom/bsc/gsm_data.h>
struct gsm_bts;
struct gsm_lchan;
diff --git a/include/osmocom/bsc/gsm_data_shared.h b/include/osmocom/bsc/gsm_data_shared.h
index bf6704170..45d67f6b1 100644
--- a/include/osmocom/bsc/gsm_data_shared.h
+++ b/include/osmocom/bsc/gsm_data_shared.h
@@ -21,6 +21,7 @@
#include <osmocom/abis/e1_input.h>
#include <osmocom/bsc/common_cs.h>
#include <osmocom/bsc/meas_rep.h>
+#include <osmocom/bsc/rest_octets.h>
/* 16 is the max. number of SI2quater messages according to 3GPP TS 44.018 Table 10.5.2.33b.1:
4-bit index is used (2#1111 = 10#15) */