aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/notify_inval_entry.c1
-rw-r--r--test/test_write_cache.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c
index ea3d43f..0d085df 100644
--- a/example/notify_inval_entry.c
+++ b/example/notify_inval_entry.c
@@ -87,6 +87,7 @@
#include <assert.h>
#include <signal.h>
#include <stddef.h>
+#include <sys/stat.h>
#include <unistd.h>
#include <pthread.h>
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__