diff options
Diffstat (limited to 'include/ftw.h')
-rw-r--r-- | include/ftw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ftw.h b/include/ftw.h index e7e8fdee..f5eb9f67 100644 --- a/include/ftw.h +++ b/include/ftw.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include <features.h> + /* Normally we do not nest header includes. However useless bloat * like ftw may be treated as a special case. Otherwise we would * have to deal with duplicating all the stat.h mess. */ |