projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f009ae3
)
include errno.h etc, too
author
Jim Meyering
<jim@meyering.net>
Mon, 3 Sep 2001 18:32:05 +0000
(18:32 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 3 Sep 2001 18:32:05 +0000
(18:32 +0000)
lib/xreadlink.c
patch
|
blob
|
history
diff --git
a/lib/xreadlink.c
b/lib/xreadlink.c
index 3194d318af8695d5f8c635a3f96e5f6330a0a263..8adbb0c193c6b51815a47cace05efa7864e34983 100644
(file)
--- a/
lib/xreadlink.c
+++ b/
lib/xreadlink.c
@@
-24,6
+24,11
@@
#endif
#include <stdio.h>
+#include <errno.h>
+#ifndef errno
+extern int errno;
+#endif
+
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif