From: Paolo Bonzini Date: Mon, 5 Feb 2007 18:06:44 +0000 (+0000) Subject: 2007-02-05 Paolo Bonzini X-Git-Tag: cvs-readonly~1107 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0d0706a5f5e05d18ab61e7f19ca407452db68a31;p=gnulib.git 2007-02-05 Paolo Bonzini * lib/acl.h: Include sys/types.h before sys/acl.h. --- diff --git a/ChangeLog b/ChangeLog index 3dc4d8c04..b35271054 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-02-05 Paolo Bonzini + * lib/acl.h: Include sys/types.h before sys/acl.h. + +2007-02-05 Paolo Bonzini + Merge upstream fix for glibc bugzilla #3957: 2007-02-05 Jakub Jelinek diff --git a/lib/acl.h b/lib/acl.h index 11f2667e7..18fb7324d 100644 --- a/lib/acl.h +++ b/lib/acl.h @@ -18,6 +18,8 @@ Written by Paul Eggert. */ +#include + #if HAVE_SYS_ACL_H # include #endif @@ -25,7 +27,6 @@ # define GETACLCNT ACL_CNT #endif -#include #include int file_has_acl (char const *, struct stat const *);