pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-mgw/+/34508?usp=email )
Change subject: mgcp-client: Fix missing include in mgcp_client_pool.h
......................................................................
mgcp-client: Fix missing include in mgcp_client_pool.h
struct vty is used as a param but it is never defined.
Change-Id: Ia27bb20a79966cb90e04720462d24a236a168ada
---
M include/osmocom/mgcp_client/mgcp_client_pool.h
1 file changed, 13 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, but someone else must approve
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/include/osmocom/mgcp_client/mgcp_client_pool.h
b/include/osmocom/mgcp_client/mgcp_client_pool.h
index ba31fb0..726eea1 100644
--- a/include/osmocom/mgcp_client/mgcp_client_pool.h
+++ b/include/osmocom/mgcp_client/mgcp_client_pool.h
@@ -2,6 +2,8 @@
#include <stdbool.h>
+#include <osmocom/vty/vty.h>
+
struct mgcp_client;
struct mgcp_client_pool;
struct mgcp_client_pool_member;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/34508?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Ia27bb20a79966cb90e04720462d24a236a168ada
Gerrit-Change-Number: 34508
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged