aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-03 15:11:51 +0200
committerHarald Welte <laforge@gnumonks.org>2010-08-03 15:11:51 +0200
commitd5db12c16061062ad5c27c9833cffa3c71ed1f17 (patch)
tree42639cc792bee0afe11e7f110e71f78cd8c35ba2 /openbsc/src/bsc
parent3bcbc0c47a193381495c6e0fde3e6b9575b5a329 (diff)
Use new include paths of libosmo-sccp 0.0.2
Diffstat (limited to 'openbsc/src/bsc')
-rw-r--r--openbsc/src/bsc/osmo_bsc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc/osmo_bsc_main.c b/openbsc/src/bsc/osmo_bsc_main.c
index a6782276b..60b5225e5 100644
--- a/openbsc/src/bsc/osmo_bsc_main.c
+++ b/openbsc/src/bsc/osmo_bsc_main.c
@@ -26,7 +26,7 @@
#include <osmocom/vty/command.h>
#include <osmocore/talloc.h>
-#include <sccp/sccp.h>
+#include <osmocom/sccp/sccp.h>
#define _GNU_SOURCE
#include <getopt.h>