diff options
Diffstat (limited to 'io/ftw.h')
-rw-r--r-- | io/ftw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/ftw.h b/io/ftw.h index f71a86e13f..298e58ed8a 100644 --- a/io/ftw.h +++ b/io/ftw.h @@ -26,7 +26,7 @@ #include <features.h> #include <sys/types.h> -#include <bits/stat.h> +#include <sys/stat.h> __BEGIN_DECLS |