From: Jim Meyering Date: Thu, 11 Sep 2003 09:06:31 +0000 (+0000) Subject: Include , unconditionally. X-Git-Tag: v5.1.0~725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03dd48e562f58d5a68071291db9459c391ec1d49;p=thirdparty%2Fcoreutils.git Include , unconditionally. (free): Remove decl. --- diff --git a/lib/rename.c b/lib/rename.c index 4a4c165b2c..6ff0705323 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -25,26 +25,12 @@ #undef rename #include -#if HAVE_STDLIB_H -# include -#endif - -#if HAVE_STRING_H -# include -#else -# include -#endif +#include +#include #include "dirname.h" #include "xalloc.h" -#ifndef HAVE_DECL_FREE -"this configure-time declaration test was not run" -#endif -#if !HAVE_DECL_FREE -void free (); -#endif - /* Rename the file SRC_PATH to DST_PATH, removing any trailing slashes from SRC_PATH. Needed for SunOS 4.1.1_U1. */