1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00

Include <stdlib.h> in lstat, to declare "free".

This commit is contained in:
Jim Meyering
2000-06-13 09:05:16 +00:00
parent 54ab4a172f
commit b198a20555

View File

@@ -32,6 +32,10 @@ extern int errno;
#endif
@BEGIN_LSTAT_ONLY@
#if HAVE_STDLIB_H
# include <stdlib.h>
#endif
#ifdef STAT_MACROS_BROKEN
# undef S_ISLNK
#endif