diff --git a/headers/posix/ftw.h b/headers/posix/ftw.h index be2a2799c3..cef88b0d24 100644 --- a/headers/posix/ftw.h +++ b/headers/posix/ftw.h @@ -6,7 +6,6 @@ #define _FTW_H_ -#include #include @@ -41,4 +40,5 @@ int nftw(const char *, int (*)(const char *, const struct stat *, int, } #endif + #endif /* _FTW_H_ */