From: Eric Blake Date: Tue, 8 Sep 2009 19:06:02 +0000 (-0600) Subject: euidaccess: fix compilation error X-Git-Tag: v0.1~5510 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=de6322c0e29d91bb9e38471fe020e4986861baa2;p=gnulib.git euidaccess: fix compilation error * lib/euidaccess.c (includes): Add , for AT_EACCESS. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 9316020ba..8cf27c034 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-09-08 Eric Blake + euidaccess: fix compilation error + * lib/euidaccess.c (includes): Add , for AT_EACCESS. + rawmemchr: relax license * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is okay. diff --git a/lib/euidaccess.c b/lib/euidaccess.c index 5ba59b0ef..dcb6e3a93 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c @@ -25,6 +25,7 @@ # include #endif +#include #include #include #include