aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-24 13:52:07 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-24 13:52:07 +0200
commit0eae6136e2decd8d89570550302b26b10c1ab4ea (patch)
treecf47e9473f136b6e92afc3c7cd22e15898a6b30f /openbsc
parentf7a2b1977178a0f26e87dc3a2e35ef8c1bac4dfe (diff)
add missing #include line to gsm_data_shared.h
gsm_data_shared.h references structures defined in abis/e1_input.h
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index a639a1cc5..ca88fed27 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -17,6 +17,8 @@
#include <osmocom/gsm/protocol/gsm_08_58.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
+#include <osmocom/abis/e1_input.h>
+
struct osmo_msc_data;
struct osmo_bsc_sccp_con;
struct gsm_sms_queue;