Skip to content

Commit

Permalink
2008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
Browse files Browse the repository at this point in the history
	* sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
  • Loading branch information
Roland McGrath committed Jul 14, 2008
1 parent b743241 commit 9844ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sysdeps/mach/hurd/bits/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9844ff3

Please sign in to comment.