]> sourceware.org Git - glibc.git/commitdiff
2008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
authorRoland McGrath <roland@gnu.org>
Mon, 14 Jul 2008 01:16:41 +0000 (01:16 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 14 Jul 2008 01:16:41 +0000 (01:16 +0000)
* sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.

sysdeps/mach/hurd/bits/fcntl.h

index 2f890c1b655f17c54486f6aed4b781066ffb034a..b4147cee5137d929d179c5b14cf5de278860336b 100644 (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
This page took 0.043555 seconds and 5 git commands to generate.