diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-01-30 15:50:54 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-01-30 15:50:54 -0500 |
commit | e641450d7d5dd86139b92fe6f69801b16dd3eeed (patch) | |
tree | 72370c804bbcab640617287a93d7bcf2b0664ecc /bftw.c | |
parent | 132dc9eaf7d6aa9e7892d9b55889f762f1140f4d (diff) | |
download | bfs-e641450d7d5dd86139b92fe6f69801b16dd3eeed.tar.xz |
bftw: Add missing #include.
Diffstat (limited to 'bftw.c')
-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. |