From 1d429f78567323c11f00e9f6e5ea1765e7c5c8c7 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 30 Aug 2017 11:14:50 +0200 Subject: [PATCH] libcollectdclient: Include and . For free(3) and memmove(3) respectively. --- src/libcollectdclient/network_parse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libcollectdclient/network_parse.c b/src/libcollectdclient/network_parse.c index 7483019a..43c22587 100644 --- a/src/libcollectdclient/network_parse.c +++ b/src/libcollectdclient/network_parse.c @@ -35,6 +35,8 @@ #include #include #include +#include +#include /* for be{16,64}toh */ #if HAVE_ENDIAN_H -- 2.30.2