aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-03-17 01:16:54 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-17 01:16:58 +0100
commite249045ef417fbe4d1e74674d14c7ad1d7bfc4ae (patch)
tree89b202ac34887a2de3310d9803b1f88c17a3870c
parent55677de7a56ec5ab364c51905d764c1459a39c3e (diff)
tests: handover_test.c: Add missing header
Fixes following compilation warning: osmo-bsc/tests/handover/handover_test.c:48:83: warning: ‘struct mgcp_conn_peer’ declared inside parameter list will not be visible outside of this definition or declaration int __real_mgcp_conn_modify(struct osmo_fsm_inst *fi, uint32_t parent_evt, struct mgcp_conn_peer *conn_peer); ^~~~~~~~~~~~~~ Change-Id: I1b5e91adee3daaec71122a7691a214aa8240bce2
-rw-r--r--tests/handover/handover_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index b03b65a6b..280861ca2 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -27,6 +27,8 @@
#include <osmocom/core/select.h>
#include <osmocom/core/talloc.h>
+#include <osmocom/mgcp_client/mgcp_client_fsm.h>
+
#include <osmocom/bsc/abis_rsl.h>
#include <osmocom/bsc/debug.h>
#include <osmocom/bsc/bsc_subscriber.h>