X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_mount_test.c;h=b4cb43219a0e63b1ff8200ee79c3e2953704ca9c;hb=40aabf444e124f40603021821e98bcc40c4aaa0e;hp=77a4205e84de1ffed5bec5699a830d187cc71e56;hpb=996f8b63eb79d98640174eeb3c26451b10c09dda;p=collectd.git diff --git a/src/utils_mount_test.c b/src/utils_mount_test.c index 77a4205e..b4cb4321 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";