From c2b31ed9cda31d9432ae733e6ca112ccf38f0996 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 31 Jul 2010 05:17:17 +0800 Subject: nat: Fix compilation with nat not being enabled. common_vty.c was including bsc_nat.h which tried to get the sccp/sccp_types.h which is not required to be installed. Move all structs using/embedding SCCP structures into the bsc_nat_sccp.h and include. This should fix the compilation. --- openbsc/src/nat/bsc_nat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/nat/bsc_nat.c') diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c index 0a3719341..b47d7ce7a 100644 --- a/openbsc/src/nat/bsc_nat.c +++ b/openbsc/src/nat/bsc_nat.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3