aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat_utils.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:13:33 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:21 +0800
commit69d801e23a72b4b450b94a9d592d28d8fc8a8b76 (patch)
treeddc2c9fe5a4f9ac575c3e020c927296b87a2124e /openbsc/src/nat/bsc_nat_utils.c
parent9b0550ce4cb7d14763bce17187cc97e5f6530d10 (diff)
nat: Do not use the bssap.h include as it does not exist in this branch.
Diffstat (limited to 'openbsc/src/nat/bsc_nat_utils.c')
-rw-r--r--openbsc/src/nat/bsc_nat_utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat_utils.c b/openbsc/src/nat/bsc_nat_utils.c
index 9fc057d9a..eed7f3a55 100644
--- a/openbsc/src/nat/bsc_nat_utils.c
+++ b/openbsc/src/nat/bsc_nat_utils.c
@@ -24,7 +24,6 @@
#include <openbsc/bsc_nat.h>
#include <openbsc/gsm_data.h>
-#include <openbsc/bssap.h>
#include <openbsc/debug.h>
#include <openbsc/ipaccess.h>
@@ -32,6 +31,8 @@
#include <osmocore/talloc.h>
#include <osmocore/gsm0808.h>
+#include <osmocore/protocol/gsm_08_08.h>
+
#include <sccp/sccp.h>
#include <netinet/in.h>