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/tests/bsc-nat/bsc_nat_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/tests/bsc-nat/bsc_nat_test.c') diff --git a/openbsc/tests/bsc-nat/bsc_nat_test.c b/openbsc/tests/bsc-nat/bsc_nat_test.c index 1b45014b5..524daf06b 100644 --- a/openbsc/tests/bsc-nat/bsc_nat_test.c +++ b/openbsc/tests/bsc-nat/bsc_nat_test.c @@ -26,6 +26,7 @@ #include #include #include +#include #include -- cgit v1.2.3