projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da45534
)
Include <stdlib.h> in lstat, to declare "free".
author
Jim Meyering
<jim@meyering.net>
Tue, 13 Jun 2000 09:05:16 +0000
(09:05 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 13 Jun 2000 09:05:16 +0000
(09:05 +0000)
lib/xstat.in
patch
|
blob
|
history
diff --git
a/lib/xstat.in
b/lib/xstat.in
index 825ae19b5796ea984ed075acc69404558de659ad..4a22dcc8eb6a1614f43d01f215e6b80f8403126c 100644
(file)
--- a/
lib/xstat.in
+++ b/
lib/xstat.in
@@
-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