2005-11-27 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sun, 27 Nov 2005 21:19:57 +0000 (21:19 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 27 Nov 2005 21:19:57 +0000 (21:19 +0000)
* sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h.
Reported by RenĂ© Rebe <rene@exactcode.de>.

sysdeps/unix/sysv/linux/fchownat.c

index f8bc5e3..10d87e8 100644 (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