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 4f33f03..284c281 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.  */