Moved <statgrab.h> out of "collectd.h" and into the plugins that actually use the...
[collectd.git] / src / collectd.c
index 4e18fd6..ab9c89d 100644 (file)
 #include "configfile.h"
 #include "types_list.h"
 
+#if HAVE_STATGRAB_H
+# include <statgrab.h>
+#endif
+
 /*
  * Global variables
  */