diff options
Diffstat (limited to 'src/bftw.c')
-rw-r--r-- | src/bftw.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include <stdlib.h> #include <string.h> #include <sys/stat.h> +#include <sys/types.h> /** Initialize a bftw_stat cache. */ static void bftw_stat_init(struct bftw_stat *bufs, struct bfs_stat *stat_buf, struct bfs_stat *lstat_buf) { |