+2007-03-25 Bruno Haible <bruno@clisp.org>
+
+ * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
+
2007-03-25 Bruno Haible <bruno@clisp.org>
* lib/regexec.c (merge_state_with_log): Make static.
#include <stddef.h>
+/* On some systems, such as AIX 5.1, <sys/stat.h> does a "#define stat stat64".
+ Make sure this definition is seen before glob-libc.h defines types that
+ rely on 'struct stat'. */
+#include <sys/stat.h>
+
#ifndef __BEGIN_DECLS
# define __BEGIN_DECLS
# define __END_DECLS