From: Jim Meyering Date: Sat, 13 Sep 2003 10:31:48 +0000 (+0000) Subject: (jm_CHECK_DECLS): Include , unconditionally. X-Git-Tag: v5.1.0~649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92aadf8926357775474cafc1ef805218158e8e0;p=thirdparty%2Fcoreutils.git (jm_CHECK_DECLS): Include , unconditionally. --- diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index b374705a02..4a0fda0617 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 18 +#serial 19 dnl This is just a wrapper function to encapsulate this kludge. dnl Putting it in a separate file like this helps share it between @@ -9,19 +9,9 @@ AC_DEFUN([jm_CHECK_DECLS], AC_REQUIRE([AC_HEADER_TIME]) headers=' #include -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#else -# if HAVE_STRINGS_H -# include -# endif -#endif -#if HAVE_STDLIB_H -# include -#endif +#include +#include + #if HAVE_UNISTD_H # include #endif