From 84b2f152a133609f2e014f10c275da55e959f9eb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 23 Jun 2019 10:45:17 -0400 Subject: bftw.h: Add missing #include for mode_t --- bftw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bftw.h') 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 +#include /** * Possible file types. -- cgit v1.2.3