From aca2557ba40c81c10244a06f29e364a3ece429b6 Mon Sep 17 00:00:00 2001 From: Amir Goldstein Date: Wed, 1 Jan 2025 18:16:43 +0100 Subject: Fix libfuse build with FUSE_USE_VERSION 30 Signed-off-by: Amir Goldstein --- test/test_setattr.c | 3 +++ test/test_write_cache.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'test') 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 + #include #include #include 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 + #include #include #include -- cgit v1.2.3