pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
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(-)

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 change 39177. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I61a67c371dbcfab073fa75ba08a3cac0f46e0ac0
Gerrit-Change-Number: 39177
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>