From e249045ef417fbe4d1e74674d14c7ad1d7bfc4ae Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Sat, 17 Mar 2018 01:16:54 +0100 Subject: tests: handover_test.c: Add missing header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/handover/handover_test.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#include + #include #include #include -- cgit v1.2.3