aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_api.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/osmo_bsc_api.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/osmo_bsc_api.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_api.c b/openbsc/src/osmo-bsc/osmo_bsc_api.c
index aead4c83c..a943a0cff 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_api.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_api.c
@@ -21,8 +21,8 @@
#include <openbsc/osmo_msc_data.h>
#include <openbsc/debug.h>
-#include <osmocom/core/protocol/gsm_08_08.h>
-#include <osmocom/core/gsm0808.h>
+#include <osmocom/gsm/protocol/gsm_08_08.h>
+#include <osmocom/gsm/gsm0808.h>
#define return_when_not_connected(conn) \
if (!conn->sccp_con) {\