X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_mount_test.c;h=d9d685ae7bf09fafca10fb1278a97d0fb84a6d87;hb=f0b5610723ae8962ae264f84210f8bac483bcd20;hp=77a4205e84de1ffed5bec5699a830d187cc71e56;hpb=44dda7ba64dfdcab9d5fa8dbffc3bea980f13ab9;p=collectd.git diff --git a/src/utils_mount_test.c b/src/utils_mount_test.c index 77a4205e..d9d685ae 100644 --- a/src/utils_mount_test.c +++ b/src/utils_mount_test.c @@ -24,10 +24,14 @@ * Florian octo Forster */ -#include "testing.h" #include "collectd.h" +#include "testing.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";