src/utils_complain.c: Include "collectd.h" as first header file.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 31 Oct 2008 14:55:19 +0000 (15:55 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 31 Oct 2008 14:55:19 +0000 (15:55 +0100)
This is needed to get the _FILE_OFFSET_BITS define right.

src/utils_complain.c

index 118245c..d5c0996 100644 (file)
@@ -21,6 +21,7 @@
  *   Sebastian tokkee Harl <sh at tokkee.org>
  **/
 
+#include "collectd.h"
 #include "utils_complain.h"
 #include "plugin.h"