]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-11-25 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Tue, 26 Nov 2002 03:20:30 +0000 (03:20 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 26 Nov 2002 03:20:30 +0000 (03:20 +0000)
* sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.

sysdeps/mach/hurd/lchmod.c

index 4f33f03b17a2428d80799438e7210781eed9d6f3..284c2815c468962913de08712f0551f35d0f105a 100644 (file)
@@ -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.  */