X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffaccessat.c;h=f3c3f6736d252c10275b12f5b4eee2ea318e8f7d;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=81fad547be1e6dbb7447f4b68bf1e9dd257ce9a1;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/faccessat.c b/lib/faccessat.c index 81fad547b..f3c3f6736 100644 --- a/lib/faccessat.c +++ b/lib/faccessat.c @@ -1,5 +1,5 @@ /* Check the access rights of a file relative to an open directory. - Copyright (C) 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2009-2013 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 @@ -19,6 +19,7 @@ #include #include +#include #ifndef HAVE_ACCESS /* Mingw lacks access, but it also lacks real vs. effective ids, so