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
This commit is contained in:
Pau Espin 2023-09-22 18:02:59 +02:00
parent 730a1f28d2
commit c415ed5113
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#include <stdbool.h>
#include <osmocom/vty/vty.h>
struct mgcp_client;
struct mgcp_client_pool;
struct mgcp_client_pool_member;