diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dirent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dirent.h b/include/dirent.h index 81ad24d9dd..4e95ffd6cd 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -2,6 +2,7 @@ # include <dirstream.h> # include <dirent/dirent.h> # include <sys/stat.h> +# include <stdbool.h> /* Now define the internal interfaces. */ extern DIR *__opendir (__const char *__name); |