From ab22335378b80cc6179ae16a55daa0dc0f04e248 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 22 Apr 2013 09:07:39 +0200 Subject: nat: Move the callstats to a new header file due sccp usage The bsc_nat.h is included by common_vty.c so we may not used sccp_types.h in the bsc_nat.h header file. Move the callstats to a new file and include it where it is needed. --- openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c') diff --git a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c index 701cc72ae..c37daa7f3 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c +++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c @@ -43,6 +43,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3