From 88519eaaef216a726e157c20a0a18ed00eee5a09 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 30 Jun 2010 12:44:07 +0800 Subject: [PATCH] msc: Add includes to silence a compiler warning. --- openbsc/src/gsm_04_08.c | 1 + openbsc/src/silent_call.c | 1 + openbsc/src/transaction.c | 1 + openbsc/src/ussd.c | 1 + 4 files changed, 4 insertions(+) diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c index c1b438ef5..7bf30e798 100644 --- a/openbsc/src/gsm_04_08.c +++ b/openbsc/src/gsm_04_08.c @@ -54,6 +54,7 @@ #include #include #include +#include void *tall_locop_ctx; void *tall_authciphop_ctx; diff --git a/openbsc/src/silent_call.c b/openbsc/src/silent_call.c index 7ba451b65..8bd16d2dc 100644 --- a/openbsc/src/silent_call.c +++ b/openbsc/src/silent_call.c @@ -33,6 +33,7 @@ #include #include #include +#include /* paging of the requested subscriber has completed */ static int paging_cb_silent(unsigned int hooknum, unsigned int event, diff --git a/openbsc/src/transaction.c b/openbsc/src/transaction.c index a29c07d7a..59414a4a0 100644 --- a/openbsc/src/transaction.c +++ b/openbsc/src/transaction.c @@ -28,6 +28,7 @@ #include #include #include +#include void *tall_trans_ctx; 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 #include #include +#include /* Declarations of USSD strings to be recognised */ const char USSD_TEXT_OWN_NUMBER[] = "*#100#";