X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_mount_test.c;fp=src%2Futils_mount_test.c;h=e8f3009423706622988853b351932d730941d463;hb=b2ce05053cc602f0b8599e8a6c0de80063647ba4;hp=ca65950ebffee08828b20d85a409debef23e28bc;hpb=279c8b38ca804797ab3e99d5429854abaa8aac4b;p=collectd.git diff --git a/src/utils_mount_test.c b/src/utils_mount_test.c index ca65950e..e8f30094 100644 --- a/src/utils_mount_test.c +++ b/src/utils_mount_test.c @@ -30,6 +30,10 @@ #include "testing.h" #include "utils_mount.h" +#if HAVE_KSTAT_H +#include +#endif + #if HAVE_LIBKSTAT kstat_ctl_t *kc; #endif /* HAVE_LIBKSTAT */