From 4b2faf49ce99f8bb1efd34e15022bda59ebbf67d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Oct 2005 08:34:04 +0000 Subject: 2005-10-15 Thomas Schwinge * include/dirent.h: Include . * sysdeps/mach/hurd/fdopendir.c: Include . (fdopendir): Correct argument to _hurd_fd_get(). * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'. --- include/dirent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dirent.h') diff --git a/include/dirent.h b/include/dirent.h index 81ad24d..4e95ffd 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -2,6 +2,7 @@ # include # include # include +# include /* Now define the internal interfaces. */ extern DIR *__opendir (__const char *__name); -- cgit v1.1