aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/ussd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/ussd.h')
-rw-r--r--include/openbsc/ussd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/ussd.h b/include/openbsc/ussd.h
index 6f80d23d8..266546811 100644
--- a/include/openbsc/ussd.h
+++ b/include/openbsc/ussd.h
@@ -3,7 +3,7 @@
/* Handler function for mobile-originated USSD messages */
-#include <osmocore/msgb.h>
+#include <osmocom/core/msgb.h>
int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);