From: Jim Meyering Date: Wed, 10 Sep 2003 09:05:41 +0000 (+0000) Subject: Include , unconditionally. X-Git-Tag: v5.1.0~743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77438a47c0604d419777eed83a18d6f920e84ce4;p=thirdparty%2Fcoreutils.git Include , unconditionally. (free): Remove decl. --- diff --git a/lib/mountlist.c b/lib/mountlist.c index a2c1c2569f..096593fb17 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -21,18 +21,9 @@ #include #include +#include +#include - -#ifdef STDC_HEADERS -# include -#else -void free (); -#endif -#if defined STDC_HEADERS || defined HAVE_STRING_H -# include -#else -# include -#endif #include "xalloc.h" #ifndef strstr