about summary refs log tree commit diff
path: root/include/dirent.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-16 08:34:04 +0000
committerRoland McGrath <roland@gnu.org>2005-10-16 08:34:04 +0000
commit4b2faf49ce99f8bb1efd34e15022bda59ebbf67d (patch)
tree0f7c0742b8aa7fc0bd1cdf55d9df2e7b5405ccd4 /include/dirent.h
parent9b0c3f38d3850dad8f99f93c5d108a628e015ef1 (diff)
downloadglibc-4b2faf49ce99f8bb1efd34e15022bda59ebbf67d.tar.gz
glibc-4b2faf49ce99f8bb1efd34e15022bda59ebbf67d.tar.xz
glibc-4b2faf49ce99f8bb1efd34e15022bda59ebbf67d.zip
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/dirent.h')
-rw-r--r--include/dirent.h1
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);