msc: Add includes to silence a compiler warning.

This commit is contained in:
Holger Hans Peter Freyther 2010-06-30 12:44:07 +08:00
parent e071ab70e9
commit 88519eaaef
4 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#include <openbsc/ussd.h>
#include <openbsc/silent_call.h>
#include <openbsc/bsc_api.h>
#include <openbsc/osmo_msc.h>
void *tall_locop_ctx;
void *tall_authciphop_ctx;

View File

@ -33,6 +33,7 @@
#include <openbsc/gsm_subscriber.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/chan_alloc.h>
#include <openbsc/osmo_msc.h>
/* paging of the requested subscriber has completed */
static int paging_cb_silent(unsigned int hooknum, unsigned int event,

View File

@ -28,6 +28,7 @@
#include <openbsc/gsm_04_08.h>
#include <openbsc/mncc.h>
#include <openbsc/paging.h>
#include <openbsc/osmo_msc.h>
void *tall_trans_ctx;

View File

@ -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#";