diff options
Diffstat (limited to 'libc/misc/fts')
-rw-r--r-- | libc/misc/fts/fts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/fts/fts.c b/libc/misc/fts/fts.c index deb8f4adc..442dbf954 100644 --- a/libc/misc/fts/fts.c +++ b/libc/misc/fts/fts.c @@ -38,6 +38,7 @@ #include <unistd.h> #ifdef __UCLIBC_HAS_LFS__ +/* this is wrong, either you include this header as first, or not at all */ # include <_lfs_64.h> #else # define stat64 stat |