From 3b15de8ce4f65fce1aca8a9d8180557e6001121c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 31 Oct 2008 15:55:19 +0100 Subject: [PATCH] src/utils_complain.c: Include "collectd.h" as first header file. This is needed to get the _FILE_OFFSET_BITS define right. --- src/utils_complain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils_complain.c b/src/utils_complain.c index 118245cc..d5c09964 100644 --- a/src/utils_complain.c +++ b/src/utils_complain.c @@ -21,6 +21,7 @@ * Sebastian tokkee Harl **/ +#include "collectd.h" #include "utils_complain.h" #include "plugin.h" -- 2.11.0