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/gprs/gprs_gmm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/gprs/gprs_gmm.c') diff --git a/openbsc/src/gprs/gprs_gmm.c b/openbsc/src/gprs/gprs_gmm.c index 43aa2123c..7fd8641b3 100644 --- a/openbsc/src/gprs/gprs_gmm.c +++ b/openbsc/src/gprs/gprs_gmm.c @@ -32,8 +32,8 @@ #include #include -#include -#include +#include +#include #include #include #include -- cgit v1.2.3