diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-16 08:34:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-16 08:34:04 +0000 |
commit | 4b2faf49ce99f8bb1efd34e15022bda59ebbf67d (patch) | |
tree | 0f7c0742b8aa7fc0bd1cdf55d9df2e7b5405ccd4 /include | |
parent | 9b0c3f38d3850dad8f99f93c5d108a628e015ef1 (diff) | |
download | glibc-4b2faf49ce99f8bb1efd34e15022bda59ebbf67d.tar.gz |
2005-10-15 Thomas Schwinge <tschwinge@gnu.org>
* include/dirent.h: Include <stdbool.h>.
* sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>.
(fdopendir): Correct argument to _hurd_fd_get().
* sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.
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); |