summaryrefslogtreecommitdiff
path: root/gatchat
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-05-05 10:31:54 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-05-05 10:32:32 +0200
commitec80a0b32adf8df633d249c2c7de694f37f9ab53 (patch)
treeb992a83500dd8f5c3a9018436cfa814e57fc4f76 /gatchat
parentce15bfb2c793059a95d14e7f9a4e4dfd6cc9bc2c (diff)
downloadofono-ec80a0b32adf8df633d249c2c7de694f37f9ab53.tar.gz
treewide: Introduce support for missing g_memdup2
Diffstat (limited to 'gatchat')
-rw-r--r--gatchat/gatmux.c1
-rw-r--r--gatchat/ppp_ipcp.c1
-rw-r--r--gatchat/ppp_ipv6cp.c1
3 files changed, 3 insertions, 0 deletions
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) | \