aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gtphub_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs/gtphub_main.c')
-rw-r--r--src/gprs/gtphub_main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gprs/gtphub_main.c b/src/gprs/gtphub_main.c
index c3e25d522..3f7de5071 100644
--- a/src/gprs/gtphub_main.c
+++ b/src/gprs/gtphub_main.c
@@ -39,14 +39,16 @@
#include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/ports.h>
-#include <osmocom/sigtran/osmo_ss7.h>
-
#include <osmocom/sgsn/debug.h>
#include <osmocom/sgsn/gtphub.h>
#include <osmocom/sgsn/vty.h>
#include "../../bscconfig.h"
+#if BUILD_IU
+#include <osmocom/sigtran/osmo_ss7.h>
+#endif
+
extern void *osmo_gtphub_ctx;
void *tall_bsc_ctx;