diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-06-23 10:45:17 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-06-25 01:18:47 -0400 |
commit | 84b2f152a133609f2e014f10c275da55e959f9eb (patch) | |
tree | 7ff915b2166a0a7898f18fab367f745329b13a62 | |
parent | c8f7eca0eb6327e8b8ea066af55183a135818fe1 (diff) | |
download | bfs-84b2f152a133609f2e014f10c275da55e959f9eb.tar.xz |
bftw.h: Add missing #include for mode_t
-rw-r--r-- | bftw.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #include "mtab.h" #include "stat.h" #include <stddef.h> +#include <sys/types.h> /** * Possible file types. |