pespin has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/08/34508/1

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 <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to