X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_mount_test.c;h=d9d685ae7bf09fafca10fb1278a97d0fb84a6d87;hb=7531a36086295c02ccb2d78c41d355a424426607;hp=77a4205e84de1ffed5bec5699a830d187cc71e56;hpb=67ea18d2b08da3c5442cb2bb2c7b2059e3da94a8;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";