pespin submitted this change.
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.