From: Jim Meyering Date: Tue, 13 Jun 2000 09:05:16 +0000 (+0000) Subject: Include in lstat, to declare "free". X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5088df71e13ae02444c14a9b9ca15bf1cf324ef5;p=pspp Include in lstat, to declare "free". --- diff --git a/lib/xstat.in b/lib/xstat.in index 825ae19b57..4a22dcc8eb 100644 --- a/lib/xstat.in +++ b/lib/xstat.in @@ -32,6 +32,10 @@ extern int errno; #endif @BEGIN_LSTAT_ONLY@ +#if HAVE_STDLIB_H +# include +#endif + #ifdef STAT_MACROS_BROKEN # undef S_ISLNK #endif