diff options
Diffstat (limited to 'stat.c')
-rw-r--r-- | stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ #elif __linux__ # include <linux/stat.h> # include <sys/syscall.h> +# include <unistd.h> #endif #if HAVE_STATX || defined(__NR_statx) |