From ec80a0b32adf8df633d249c2c7de694f37f9ab53 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 5 May 2021 10:31:54 +0200 Subject: treewide: Introduce support for missing g_memdup2 --- gatchat/gatmux.c | 1 + gatchat/ppp_ipcp.c | 1 + gatchat/ppp_ipv6cp.c | 1 + 3 files changed, 3 insertions(+) (limited to 'gatchat') diff --git a/gatchat/gatmux.c b/gatchat/gatmux.c index 2e4ce9fe..95ffeb8d 100644 --- a/gatchat/gatmux.c +++ b/gatchat/gatmux.c @@ -38,6 +38,7 @@ #include "ringbuffer.h" #include "gatmux.h" #include "gsm0710.h" +#include "src/missing.h" static const char *cmux_prefix[] = { "+CMUX:", NULL }; static const char *none_prefix[] = { NULL }; diff --git a/gatchat/ppp_ipcp.c b/gatchat/ppp_ipcp.c index 4d19e1b8..4d4dd372 100644 --- a/gatchat/ppp_ipcp.c +++ b/gatchat/ppp_ipcp.c @@ -34,6 +34,7 @@ #include "gatutil.h" #include "gatppp.h" #include "ppp.h" +#include "src/missing.h" #define IPCP_SUPPORTED_CODES ((1 << PPPCP_CODE_TYPE_CONFIGURE_REQUEST) | \ (1 << PPPCP_CODE_TYPE_CONFIGURE_ACK) | \ diff --git a/gatchat/ppp_ipv6cp.c b/gatchat/ppp_ipv6cp.c index ac2b7587..cde40202 100644 --- a/gatchat/ppp_ipv6cp.c +++ b/gatchat/ppp_ipv6cp.c @@ -34,6 +34,7 @@ #include "gatppp.h" #include "ppp.h" +#include "missing.h" #define IPV6CP_SUPPORTED_CODES ((1 << PPPCP_CODE_TYPE_CONFIGURE_REQUEST) | \ (1 << PPPCP_CODE_TYPE_CONFIGURE_ACK) | \ -- cgit v1.2.1