X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_mount_test.c;h=a16b262c268b254581c22383d907dc6392bdf379;hb=22651d8d4dc49e24bbac2cd34e0642dcf3639c97;hp=c5ffbfbcf9fb9d701db96f02aafa1cc9873b4790;hpb=ea3a86f0ff50f12650aae7eea033984a8ae0eba5;p=collectd.git diff --git a/src/utils_mount_test.c b/src/utils_mount_test.c index c5ffbfbc..a16b262c 100644 --- a/src/utils_mount_test.c +++ b/src/utils_mount_test.c @@ -28,6 +28,10 @@ #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";