2008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>

* sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
This commit is contained in:
Roland McGrath 2008-07-14 01:16:41 +00:00
parent b743241674
commit 9844ff30b2
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
# error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
#endif
#include <sys/types.h>
/* File access modes. These are understood by io servers; they can be
passed in `dir_lookup', and are returned by `io_get_openmodes'.
Consequently they can be passed to `open', `hurd_file_name_lookup', and