Review at https://gerrit.osmocom.org/7328
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 --- M tests/handover/handover_test.c 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/28/7328/1 diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c index b03b65a..280861c 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> -- To view, visit https://gerrit.osmocom.org/7328 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1b5e91adee3daaec71122a7691a214aa8240bce2 Gerrit-PatchSet: 1 Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>