aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_setattr.c3
-rw-r--r--test/test_write_cache.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/test_setattr.c b/test/test_setattr.c
index 8575203..ac55264 100644
--- a/test/test_setattr.c
+++ b/test/test_setattr.c
@@ -9,6 +9,9 @@
#define FUSE_USE_VERSION 30
+/* Not really needed - just to test build with FUSE_USE_VERSION == 30 */
+#include <fuse.h>
+
#include <fuse_config.h>
#include <fuse_lowlevel.h>
#include <stdio.h>
diff --git a/test/test_write_cache.c b/test/test_write_cache.c
index d3c7af0..0c8fa7e 100644
--- a/test/test_write_cache.c
+++ b/test/test_write_cache.c
@@ -9,6 +9,9 @@
#define FUSE_USE_VERSION 30
+/* Not really needed - just to test build with FUSE_USE_VERSION == 30 */
+#include <fuse.h>
+
#include <fuse_config.h>
#include <fuse_lowlevel.h>
#include <stdio.h>