From d36ff76f9d24f05145e3cd3f3fceb5262fc746f5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 23 Mar 2011 18:26:56 +0100 Subject: Fix build of bsc-nat and GPRS code after include path change The last patch changed the osmocore include paths, this fixes some build problems caused by it --- openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/osmo-bsc/osmo_bsc_sccp.c') diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c index bbe4ea562..718f3054e 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c @@ -27,9 +27,9 @@ #include #include -#include #include -#include +#include +#include #include -- cgit v1.2.3