From 916ceb972e089fbac52b7ad1b358363735702664 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 30 Apr 2013 09:01:58 -0700 Subject: [PATCH] acl: include errno.h to get errno Reported by Daiki Ueno in . * lib/copy-acl.c, lib/set-acl.c: Include errno.h. --- ChangeLog | 7 +++++++ lib/copy-acl.c | 2 ++ lib/set-acl.c | 2 ++ 3 files changed, 11 insertions(+) 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) -- 2.11.0