projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e17bff
)
Include sys/types.h before system.h (because
author
Jim Meyering
<jim@meyering.net>
Tue, 17 Jun 2003 18:39:20 +0000
(18:39 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 17 Jun 2003 18:39:20 +0000
(18:39 +0000)
the latter includes sys/stat.h). Required on Ultrix 4.3.
src/readlink.c
patch
|
blob
|
history
diff --git
a/src/readlink.c
b/src/readlink.c
index
be52556
..
6e38f0d
100644
(file)
--- a/
src/readlink.c
+++ b/
src/readlink.c
@@
-23,6
+23,7
@@
#include <unistd.h>
#include <limits.h>
#include <getopt.h>
+#include <sys/types.h>
#include "system.h"
#include "canonicalize.h"