From: Ruben Kerkhof Date: Thu, 3 Sep 2015 09:49:11 +0000 (+0200) Subject: gettimeofday() needs X-Git-Tag: collectd-5.6.0~604^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7e88b746d9c6a75002195f1e5699f35b802db70f;p=collectd.git gettimeofday() needs Fixes #1247 --- diff --git a/src/collectd-tg.c b/src/collectd-tg.c index 05cf9a76..9bd65bca 100644 --- a/src/collectd-tg.c +++ b/src/collectd-tg.c @@ -40,6 +40,7 @@ #include #include #include +#include #include "utils_heap.h"