mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* acgeneral.m4 (AC_INCLUDES_DEFAULT): Include sys/types.h
Reported by Jim Meyering.
This commit is contained in:
parent
ae593084aa
commit
293dd2c41d
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user