bsc: Fix compiler warning about undeclare functions

Addresses:
osmo_bsc_sccp.c:280:2: warning: implicit declaration of function ‘gsm0480_send_ussdNotify’ [-Wimplicit-function-declaration]
osmo_bsc_sccp.c:281:2: warning: implicit declaration of function ‘gsm0480_send_releaseComplete’ [-Wimplicit-function-declaration]
This commit is contained in:
Holger Hans Peter Freyther 2013-09-02 10:58:35 +02:00
parent 9303df22bd
commit c85ed4e8db
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <openbsc/osmo_bsc.h>
#include <openbsc/osmo_bsc_grace.h>
#include <openbsc/osmo_msc_data.h>
#include <openbsc/gsm_04_80.h>
#include <openbsc/debug.h>
#include <openbsc/ipaccess.h>
#include <openbsc/signal.h>