X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffchownat.c;h=801c92a07e7a2a7ab73b409a7e1e7b5fcba18ba3;hb=7a97de48ca71de5fd6fac6d27f8d131d17e7fc9a;hp=382ed7bc140aef4c581aabf45d000ffba466b532;hpb=242003f6553e03889f917462948dbb1a9fd83342;p=gnulib.git diff --git a/lib/fchownat.c b/lib/fchownat.c index 382ed7bc1..801c92a07 100644 --- a/lib/fchownat.c +++ b/lib/fchownat.c @@ -4,7 +4,7 @@ when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it mistakenly affects the symlink referent, rather than the symlink itself. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,6 +29,7 @@ #include #include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */ +#include "lchown.h" #include "save-cwd.h" #include "openat-priv.h"