From a6efdc5b2ed15a69e30e447569d4e37485256ec9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 27 Nov 2005 21:19:57 +0000 Subject: [PATCH] 2005-11-27 Roland McGrath MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h. Reported by René Rebe . --- sysdeps/unix/sysv/linux/fchownat.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include #include +#include +#include /* Change the owner and group of FILE. */ int -- 2.11.4.GIT