Reported by Jim Meyering.
+2000-02-07 Akim Demaille <akim@epita.fr>
+
+ * acgeneral.m4 (AC_INCLUDES_DEFAULT): Include sys/types.h
+ Reported by Jim Meyering.
+
2000-02-07 Akim Demaille <akim@epita.fr>
* tests/atspecific.m4: New file, for AT macros specific to
define(AC_INCLUDES_DEFAULT,
[m4_default([$1],
[#include <stdio.h>
+#include <sys/types.h>
#ifdef HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
define(AC_INCLUDES_DEFAULT,
[m4_default([$1],
[#include <stdio.h>
+#include <sys/types.h>
#ifdef HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>