From 890fdbf0c4fe6fc0edea84d4b45f8576a36bf2c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Sep 2003 08:49:12 +0000 Subject: [PATCH] Include , unconditionally. (getenv): Do not declare. --- lib/human.c | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/lib/human.c b/lib/human.c index 285e4fd..b342bf1 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) -- 2.7.4