diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ftw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ char *alloca (); # endif #endif +#include <sys/types.h> + #if defined _LIBC # include <dirent.h> # define NAMLEN(dirent) _D_EXACT_NAMLEN (dirent) |