From: Paul Eggert Date: Tue, 30 Apr 2013 16:01:58 +0000 (-0700) Subject: acl: include errno.h to get errno X-Git-Tag: v0.1~155 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=916ceb972e089fbac52b7ad1b358363735702664 acl: include errno.h to get errno Reported by Daiki Ueno in . * lib/copy-acl.c, lib/set-acl.c: Include errno.h. --- diff --git a/ChangeLog b/ChangeLog index 2c99aa27a..f44b450fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-04-30 Paul Eggert + + acl: include errno.h to get errno + Reported by Daiki Ueno in + . + * lib/copy-acl.c, lib/set-acl.c: Include errno.h. + 2013-04-29 Paul Eggert tests: don't assume getdtablesize () <= 10000000 diff --git a/lib/copy-acl.c b/lib/copy-acl.c index bcc86b684..55799a879 100644 --- a/lib/copy-acl.c +++ b/lib/copy-acl.c @@ -21,6 +21,8 @@ #include "acl.h" +#include + #include "error.h" #include "gettext.h" #define _(msgid) gettext (msgid) diff --git a/lib/set-acl.c b/lib/set-acl.c index f41ad8242..7600f609f 100644 --- a/lib/set-acl.c +++ b/lib/set-acl.c @@ -21,6 +21,8 @@ #include "acl.h" +#include + #include "error.h" #include "gettext.h" #define _(msgid) gettext (msgid)