diff options
Diffstat (limited to 'io/ftw.h')
-rw-r--r-- | io/ftw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/ftw.h b/io/ftw.h index d283e6937e..d788b39d16 100644 --- a/io/ftw.h +++ b/io/ftw.h @@ -21,12 +21,12 @@ */ #ifndef _FTW_H - #define _FTW_H 1 + #include <features.h> #include <sys/types.h> -#include <statbuf.h> +#include <bits/stat.h> __BEGIN_DECLS |