diff options
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dirent.h b/include/dirent.h index fd2eace..53b3f70 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -1,11 +1,11 @@ #ifndef DIRENT_H #define DIRENT_H -#include <fcntl.h> #include <limits.h> #include <stddef.h> #include <stdlib.h> #include <sys/types.h> #ifndef KERNEL +#include <fcntl.h> #include <unistd.h> #endif |