From 4b3b13e10c164547f014677c0ac1fb137850b387 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 22 Mar 2016 19:19:03 +0100 Subject: fix various compiler warnings sgsn_libgtp.c: missing include, for asn1str_to_u32() iu_cs.c: missing include, for subscr_name() osmo_bsc_vty.c: int/pointer conversions (note: this was discussed on the list to be solved by passing a pointer instead. Until then...) iudummy.c: opaque struct declarations --- openbsc/src/libmsc/iu_cs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/libmsc/iu_cs.c') diff --git a/openbsc/src/libmsc/iu_cs.c b/openbsc/src/libmsc/iu_cs.c index 1b3ce0ab7..8d1878dc3 100644 --- a/openbsc/src/libmsc/iu_cs.c +++ b/openbsc/src/libmsc/iu_cs.c @@ -6,6 +6,7 @@ #include #include #include +#include /* For A-interface see libbsc/bsc_api.c subscr_con_allocate() */ struct gsm_subscriber_connection *subscr_conn_allocate_iu(struct gsm_network *network, -- cgit v1.2.3