summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-06-23 10:45:17 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-06-25 01:18:47 -0400
commit84b2f152a133609f2e014f10c275da55e959f9eb (patch)
tree7ff915b2166a0a7898f18fab367f745329b13a62 /bftw.h
parentc8f7eca0eb6327e8b8ea066af55183a135818fe1 (diff)
downloadbfs-84b2f152a133609f2e014f10c275da55e959f9eb.tar.xz
bftw.h: Add missing #include for mode_t
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bftw.h b/bftw.h
index 570a79f..e9b1132 100644
--- a/bftw.h
+++ b/bftw.h
@@ -24,6 +24,7 @@
#include "mtab.h"
#include "stat.h"
#include <stddef.h>
+#include <sys/types.h>
/**
* Possible file types.