aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ussd.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-30 12:44:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-30 12:59:20 +0800
commit88519eaaef216a726e157c20a0a18ed00eee5a09 (patch)
treefba9cc26e1d864b5021cbccdc6c2f4f9adc3f7cc /openbsc/src/ussd.c
parente071ab70e97831a7efdb7351497f6da2f95efc94 (diff)
msc: Add includes to silence a compiler warning.
Diffstat (limited to 'openbsc/src/ussd.c')
-rw-r--r--openbsc/src/ussd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/ussd.c b/openbsc/src/ussd.c
index 3c27646f2..19b494fb3 100644
--- a/openbsc/src/ussd.c
+++ b/openbsc/src/ussd.c
@@ -33,6 +33,7 @@
#include <openbsc/gsm_04_80.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/debug.h>
+#include <openbsc/osmo_msc.h>
/* Declarations of USSD strings to be recognised */
const char USSD_TEXT_OWN_NUMBER[] = "*#100#";