pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/39177?usp=email )
Change subject: mgcp_client_internal.h: Add missing header dependency ...................................................................... mgcp_client_internal.h: Add missing header dependency struct mgcp_client defined here has a field "struct mgcp_client_conf actual", which is defined in osmocom/mgcp_client/mgcp_client.h. Change-Id: I61a67c371dbcfab073fa75ba08a3cac0f46e0ac0 --- M include/osmocom/mgcp_client/mgcp_client_internal.h 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/77/39177/1 diff --git a/include/osmocom/mgcp_client/mgcp_client_internal.h b/include/osmocom/mgcp_client/mgcp_client_internal.h index 26fbc7d..ac55dfc 100644 --- a/include/osmocom/mgcp_client/mgcp_client_internal.h +++ b/include/osmocom/mgcp_client/mgcp_client_internal.h @@ -3,6 +3,8 @@ #include <osmocom/core/osmo_io.h> #include <osmocom/core/timer.h> +#include <osmocom/mgcp_client/mgcp_client.h> + #define MSGB_CB_MGCP_TRANS_ID 0 /* Struct that holds one endpoint name */ -- To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/39177?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-mgw Gerrit-Branch: master Gerrit-Change-Id: I61a67c371dbcfab073fa75ba08a3cac0f46e0ac0 Gerrit-Change-Number: 39177 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]>
