aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_setattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_setattr.c')
-rw-r--r--test/test_setattr.c3
1 files changed, 3 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>