* acgeneral.m4 (AC_INCLUDES_DEFAULT): Include sys/types.h

Reported by Jim Meyering.
This commit is contained in:
Akim Demaille 2000-02-07 16:46:56 +00:00
parent ae593084aa
commit 293dd2c41d
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -2283,6 +2283,7 @@ dnl INCLUDES.
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>

View File

@ -2283,6 +2283,7 @@ dnl INCLUDES.
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>