From: Jim Meyering Date: Sun, 26 Jan 1997 05:57:04 +0000 (+0000) Subject: Restore dcl of free. with obstacks, you need it. X-Git-Tag: FILEUTILS-3_15a~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe6c711f48d855bec380c6c49cc0a653c2f1057d;p=thirdparty%2Fcoreutils.git Restore dcl of free. with obstacks, you need it. --- diff --git a/src/ls.c b/src/ls.c index a82ec60c76..1ad89984e0 100644 --- a/src/ls.c +++ b/src/ls.c @@ -132,6 +132,7 @@ struct bin_str #ifndef STDC_HEADERS time_t time (); +void free (); #endif void mode_string ();