aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_ussd.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-23 18:26:56 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-23 18:33:26 +0100
commitd36ff76f9d24f05145e3cd3f3fceb5262fc746f5 (patch)
tree3bb6706256efeac4cc8449e61cc0129c0244b0bc /openbsc/src/osmo-bsc_nat/bsc_ussd.c
parent136f453dd2492b95004461a33c90b11732f33bd8 (diff)
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
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_ussd.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_ussd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_ussd.c b/openbsc/src/osmo-bsc_nat/bsc_ussd.c
index 817433650..14d154d0b 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_ussd.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_ussd.c
@@ -25,10 +25,10 @@
#include <openbsc/ipaccess.h>
#include <openbsc/socket.h>
-#include <osmocom/core/protocol/gsm_08_08.h>
-#include <osmocom/core/gsm0480.h>
+#include <osmocom/gsm/protocol/gsm_08_08.h>
+#include <osmocom/gsm/gsm0480.h>
#include <osmocom/core/talloc.h>
-#include <osmocom/core/tlv.h>
+#include <osmocom/gsm/tlv.h>
#include <osmocom/sccp/sccp.h>