pespin has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
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 */