Paul Eggert wrote: > Index: lib/acl-internal.h > =================================================================== > RCS file: lib/acl-internal.h > diff -N lib/acl-internal.h > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ lib/acl-internal.h 19 Mar 2007 21:58:54 -0000 > @@ -0,0 +1,90 @@ ... > +#include <config.h>
This .h file does not need to include <config.h>, since the three users of this file (acl.c, acl_entries.c, file-has-acl.c) already include it. Bruno