2002-11-25 Roland McGrath <roland@frob.com>

* sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
This commit is contained in:
Roland McGrath 2002-11-26 03:20:30 +00:00
parent 9b1a4ec371
commit 14fa7a214c
1 changed files with 1 additions and 0 deletions

View 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. */