Merge branch 'collectd-4.4'
[collectd.git] / src / swap.c
index 362a2a8..4f0a0ba 100644 (file)
 #  include <kvm.h>
 #endif
 
+#if HAVE_STATGRAB_H
+# include <statgrab.h>
+#endif
+
 #undef  MAX
 #define MAX(x,y) ((x) > (y) ? (x) : (y))