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:
Roland McGrath 2005-11-27 21:19:57 +00:00
parent fec53fc575
commit a6efdc5b2e

View File

@ -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