From 095de01daadfc1e2b906c250a0745d6ed538d842 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 26 Oct 2017 15:27:12 +0200 Subject: Fix libosmo-sigtran dependency That's follow-up fix for I72819462db0b4656fabaa80731342d06ae91fcdf to make sure IU builds are properly conditioned. Change-Id: Idb034bf2ae749204836ab7e02018d769bb242a9f --- src/gprs/gtphub_main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gprs/gtphub_main.c') 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 #include -#include - #include #include #include #include "../../bscconfig.h" +#if BUILD_IU +#include +#endif + extern void *osmo_gtphub_ctx; void *tall_bsc_ctx; -- cgit v1.2.3