From 5088df71e13ae02444c14a9b9ca15bf1cf324ef5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 13 Jun 2000 09:05:16 +0000 Subject: [PATCH] Include in lstat, to declare "free". --- lib/xstat.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2