diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-07-01 14:10:28 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-07-01 14:10:47 +0100 |
commit | b51f69f620968a2273735382493a21591c01212d (patch) | |
tree | 7310a5e9849d1ce2c2b1495a830c7931f0529eda /example | |
parent | 51bc827df873d9ff4069b83796cd32fcb6bd659e (diff) | |
download | libfuse-b51f69f620968a2273735382493a21591c01212d.tar.gz |
Add missing include.
Diffstat (limited to 'example')
-rw-r--r-- | example/notify_inval_entry.c | 1 |
1 files changed, 1 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> |