aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/ussd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmsc/ussd.c')
-rw-r--r--src/libmsc/ussd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libmsc/ussd.c b/src/libmsc/ussd.c
index 81a356690..e3263d2c8 100644
--- a/src/libmsc/ussd.c
+++ b/src/libmsc/ussd.c
@@ -29,11 +29,11 @@
#include <string.h>
#include <errno.h>
-#include <openbsc/gsm_04_80.h>
-#include <openbsc/gsm_subscriber.h>
-#include <openbsc/debug.h>
-#include <openbsc/osmo_msc.h>
-#include <openbsc/vlr.h>
+#include <osmocom/msc/gsm_04_80.h>
+#include <osmocom/msc/gsm_subscriber.h>
+#include <osmocom/msc/debug.h>
+#include <osmocom/msc/osmo_msc.h>
+#include <osmocom/msc/vlr.h>
/* Declarations of USSD strings to be recognised */
const char USSD_TEXT_OWN_NUMBER[] = "*#100#";