From: Jim Meyering Date: Wed, 10 Sep 2003 08:49:12 +0000 (+0000) Subject: Include , unconditionally. X-Git-Tag: v5.1.0~764 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890fdbf0c4fe6fc0edea84d4b45f8576a36bf2c9;p=thirdparty%2Fcoreutils.git Include , unconditionally. (getenv): Do not declare. --- diff --git a/lib/human.c b/lib/human.c index 285e4fd55e..b342bf1784 100644 --- a/lib/human.c +++ b/lib/human.c @@ -36,25 +36,9 @@ # include #endif -#if HAVE_STDLIB_H -# include -#endif -#ifndef HAVE_DECL_GETENV -"this configure-time declaration test was not run" -#endif -#if !HAVE_DECL_GETENV -char *getenv (); -#endif - -#if HAVE_STRING_H -# include -#endif - -#if HAVE_STRINGS_H -# include -#endif - #include +#include +#include #include "gettext.h" #define _(msgid) gettext (msgid)