aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-26 03:20:30 +0000
committerRoland McGrath <roland@gnu.org>2002-11-26 03:20:30 +0000
commit14fa7a214c1ad32997db99c6560d7f93ceb254aa (patch)
tree1d614594c7c18a66af3c5057ee422246f78581e1 /sysdeps
parent9b1a4ec37109f437aa8ca4334a6b2d31bdfb8cd4 (diff)
downloadglibc-14fa7a214c1ad32997db99c6560d7f93ceb254aa.zip
glibc-14fa7a214c1ad32997db99c6560d7f93ceb254aa.tar.gz
glibc-14fa7a214c1ad32997db99c6560d7f93ceb254aa.tar.bz2
2002-11-25 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/lchmod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/lchmod.c b/sysdeps/mach/hurd/lchmod.c
index 4f33f03..284c281 100644
--- a/sysdeps/mach/hurd/lchmod.c
+++ b/sysdeps/mach/hurd/lchmod.c
@@ -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. */