about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/fchownat.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-11-27 21:19:57 +0000
committerRoland McGrath <roland@gnu.org>2005-11-27 21:19:57 +0000
commita6efdc5b2ed15a69e30e447569d4e37485256ec9 (patch)
tree7e56fb514eb25e5864cbd698a5974134737d1cc2 /sysdeps/unix/sysv/linux/fchownat.c
parentfec53fc57537604829821e4665ebf4971269365e (diff)
downloadglibc-a6efdc5b2ed15a69e30e447569d4e37485256ec9.tar.gz
glibc-a6efdc5b2ed15a69e30e447569d4e37485256ec9.tar.xz
glibc-a6efdc5b2ed15a69e30e447569d4e37485256ec9.zip
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>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/fchownat.c')
-rw-r--r--sysdeps/unix/sysv/linux/fchownat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/fchownat.c b/sysdeps/unix/sysv/linux/fchownat.c
index f8bc5e3033..10d87e87fc 100644
--- a/sysdeps/unix/sysv/linux/fchownat.c
+++ b/sysdeps/unix/sysv/linux/fchownat.c
@@ -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