aboutsummaryrefslogtreecommitdiffstats
path: root/src/isup.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-24 19:24:22 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-24 19:24:22 +0100
commit316168249f25e46d802edcfed2461845000a066d (patch)
tree7abe250d9f468411acedaefa21a1b7db5358351e /src/isup.c
parentebdbc1140388255b27479f752d0813d986ca1c03 (diff)
all: Use the libosmo-sccp version of mtp_level3.h
Diffstat (limited to 'src/isup.c')
-rw-r--r--src/isup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isup.c b/src/isup.c
index 2827f21..7fe9e23 100644
--- a/src/isup.c
+++ b/src/isup.c
@@ -21,7 +21,7 @@
#include <isup_types.h>
#include <cellmgr_debug.h>
#include <mtp_data.h>
-#include <mtp_level3.h>
+#include <osmocom/mtp/mtp_level3.h>
#include <osmocom/core/msgb.h>
#include <osmocom/gsm/tlv.h>