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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1253%2Fhead;p=thirdparty%2Fcollectd.git gettimeofday() needs Fixes #1247 --- diff --git a/src/collectd-tg.c b/src/collectd-tg.c index 05cf9a76a..9bd65bca8 100644 --- a/src/collectd-tg.c +++ b/src/collectd-tg.c @@ -40,6 +40,7 @@ #include #include #include +#include #include "utils_heap.h"