diff options
-rw-r--r-- | bftw.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ #include <string.h> #include <sys/stat.h> #include <sys/types.h> +#include <unistd.h> /** * Simple dynamically-sized string type. |
index : bfs.git | ||
Breadth-first version of find | Tavian Barnes <tavianator@tavianator.com> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | bftw.c | 1 |
@@ -32,6 +32,7 @@ #include <string.h> #include <sys/stat.h> #include <sys/types.h> +#include <unistd.h> /** * Simple dynamically-sized string type. |