Skip to content

Commit

Permalink
2002-11-25 Roland McGrath <roland@frob.com>
Browse files Browse the repository at this point in the history
	* sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
  • Loading branch information
Roland McGrath committed Nov 26, 2002
1 parent 9b1a4ec commit 14fa7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysdeps/mach/hurd/lchmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <errno.h>
#include <stddef.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <hurd.h>

/* Change the protections of FILE to MODE. */
Expand Down

0 comments on commit 14fa7a2

Please sign in to comment.