From: Florian Forster Date: Wed, 30 Aug 2017 09:14:50 +0000 (+0200) Subject: libcollectdclient: Include and . X-Git-Tag: collectd-5.8.0~102^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=1d429f78567323c11f00e9f6e5ea1765e7c5c8c7;p=collectd.git libcollectdclient: Include and . For free(3) and memmove(3) respectively. --- 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