From c85ed4e8db2fb4ca5aadadc8f04f2db7b4efa296 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 2 Sep 2013 10:58:35 +0200 Subject: bsc: Fix compiler warning about undeclare functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c index ad554e82a..87f415e0b 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_sccp.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_sccp.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3