Moved <statgrab.h> out of "collectd.h" and into the plugins that actually use the...
[collectd.git] / src / swap.c
index 1cf7077..e91ebef 100644 (file)
 #  include <kvm.h>
 #endif
 
+#if HAVE_STATGRAB_H
+# include <statgrab.h>
+#endif
+
 #undef  MAX
 #define MAX(x,y) ((x) > (y) ? (x) : (y))