diff options
Diffstat (limited to 'dirent')
-rw-r--r-- | dirent/Makefile | 2 | ||||
-rw-r--r-- | dirent/dirent.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dirent/Makefile b/dirent/Makefile index b002214..144e448 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -22,7 +22,7 @@ subdir := dirent include ../Makeconfig -headers := dirent.h bits/dirent.h +headers := dirent.h bits/dirent.h bits/dirent_ext.h routines := opendir closedir readdir readdir_r rewinddir \ seekdir telldir scandir alphasort versionsort \ getdents getdents64 dirfd readdir64 readdir64_r scandir64 \ diff --git a/dirent/dirent.h b/dirent/dirent.h index fc4d485..d4650db 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.h @@ -401,4 +401,6 @@ extern int versionsort64 (const struct dirent64 **__e1, __END_DECLS +#include <bits/dirent_ext.h> + #endif /* dirent.h */ |