Code

collectd.spec: remove misleading items from changelog
[collectd.git] / src / utils_mount_test.c
index c5ffbfbcf9fb9d701db96f02aafa1cc9873b4790..a16b262c268b254581c22383d907dc6392bdf379 100644 (file)
 #include "collectd.h"
 #include "utils_mount.h"
 
+#if HAVE_LIBKSTAT
+kstat_ctl_t *kc;
+#endif /* HAVE_LIBKSTAT */
+
 DEF_TEST(cu_mount_checkoption)
 {
   char line_opts[] = "foo=one,bar=two,qux=three";