From c415ed511372ba909e95e33845c65804ac50a182 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 22 Sep 2023 18:02:59 +0200 Subject: [PATCH] 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 --- include/osmocom/mgcp_client/mgcp_client_pool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/osmocom/mgcp_client/mgcp_client_pool.h b/include/osmocom/mgcp_client/mgcp_client_pool.h index ba31fb070..726eea135 100644 --- a/include/osmocom/mgcp_client/mgcp_client_pool.h +++ b/include/osmocom/mgcp_client/mgcp_client_pool.h @@ -2,6 +2,8 @@ #include +#include + struct mgcp_client; struct mgcp_client_pool; struct mgcp_client_pool_member;