aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bssap.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-24 22:38:12 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-24 22:38:12 +0800
commit45473477f60c0d2010b72c3fc4959a7dc1043a8c (patch)
tree862de3201f058042cd4aa2b8afeb025a04f7dc40 /openbsc/src/bssap.c
parentcd7bed532701a81cf4a648d59ff8ae00424df672 (diff)
sccp: Use the libosmo-sccp library and remove the internal copy
Diffstat (limited to 'openbsc/src/bssap.c')
-rw-r--r--openbsc/src/bssap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bssap.c b/openbsc/src/bssap.c
index 43b7f2880..9b6f98639 100644
--- a/openbsc/src/bssap.c
+++ b/openbsc/src/bssap.c
@@ -31,7 +31,7 @@
#include <osmocore/gsm0808.h>
-#include <sccp/sccp.h>
+#include <osmocom/sccp/sccp.h>
#include <arpa/inet.h>
#include <assert.h>