2005-11-27 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h. Reported by René Rebe <rene@exactcode.de>.
This commit is contained in:
parent
fec53fc575
commit
a6efdc5b2e
@ -23,6 +23,8 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <alloca.h>
|
||||
#include <sysdep.h>
|
||||
|
||||
/* Change the owner and group of FILE. */
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user