aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-22 19:19:03 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-22 19:28:06 +0100
commit4b3b13e10c164547f014677c0ac1fb137850b387 (patch)
treefdb4af2e4001ffb16cf159ad7ed495ce84bf8ba3 /openbsc/src/libmsc
parentfa48a98e7156d65f25569d7f3930dc9880a72e78 (diff)
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
Diffstat (limited to 'openbsc/src/libmsc')
-rw-r--r--openbsc/src/libmsc/iu_cs.c1
1 files changed, 1 insertions, 0 deletions
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 <openbsc/gsm_data.h>
#include <openbsc/msc_api.h>
#include <openbsc/iu.h>
+#include <openbsc/gsm_subscriber.h>
/* For A-interface see libbsc/bsc_api.c subscr_con_allocate() */
struct gsm_subscriber_connection *subscr_conn_allocate_iu(struct gsm_network *network,