aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2023-07-01 14:10:28 +0100
committerNikolaus Rath <Nikolaus@rath.org>2023-07-01 14:10:47 +0100
commitb51f69f620968a2273735382493a21591c01212d (patch)
tree7310a5e9849d1ce2c2b1495a830c7931f0529eda /test
parent51bc827df873d9ff4069b83796cd32fcb6bd659e (diff)
downloadlibfuse-b51f69f620968a2273735382493a21591c01212d.tar.gz
Add missing include.
Diffstat (limited to 'test')
-rw-r--r--test/test_write_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_write_cache.c b/test/test_write_cache.c
index bc62ac1..e96a882 100644
--- a/test/test_write_cache.c
+++ b/test/test_write_cache.c
@@ -19,6 +19,7 @@
#include <assert.h>
#include <stddef.h>
#include <unistd.h>
+#include <sys/stat.h>
#include <pthread.h>
#ifndef __linux__