diff options
author | Roland McGrath <roland@gnu.org> | 2005-11-27 21:19:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-11-27 21:19:57 +0000 |
commit | a6efdc5b2ed15a69e30e447569d4e37485256ec9 (patch) | |
tree | 7e56fb514eb25e5864cbd698a5974134737d1cc2 /sysdeps | |
parent | fec53fc57537604829821e4665ebf4971269365e (diff) | |
download | glibc-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')
-rw-r--r-- | sysdeps/unix/sysv/linux/fchownat.c | 2 |
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 |