From 0eae6136e2decd8d89570550302b26b10c1ab4ea Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 24 Aug 2011 13:52:07 +0200 Subject: add missing #include line to gsm_data_shared.h gsm_data_shared.h references structures defined in abis/e1_input.h --- openbsc/include/openbsc/gsm_data_shared.h | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#include + struct osmo_msc_data; struct osmo_bsc_sccp_con; struct gsm_sms_queue; -- cgit v1.2.3