diff options
-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) |
index : bfs.git | ||
Breadth-first version of find | Tavian Barnes <tavianator@tavianator.com> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | stat.c | 1 |
@@ -29,6 +29,7 @@ #elif __linux__ # include <linux/stat.h> # include <sys/syscall.h> +# include <unistd.h> #endif #if HAVE_STATX || defined(__NR_statx) |