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:
fcf3830
)
Include <stddef.h> rather than <sys/types.h>, as we merely need size_t.
author
Jim Meyering
<jim@meyering.net>
Fri, 6 Jun 2003 20:48:43 +0000
(20:48 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 6 Jun 2003 20:48:43 +0000
(20:48 +0000)
lib/putenv.c
patch
|
blob
|
history
diff --git
a/lib/putenv.c
b/lib/putenv.c
index
19c6486
..
0b1e664
100644
(file)
--- a/
lib/putenv.c
+++ b/
lib/putenv.c
@@
-21,7
+21,7
@@
# include <config.h>
#endif
-#include <s
ys/types
.h>
+#include <s
tddef
.h>
/* Include errno.h *after* sys/types.h to work around header problems
on AIX 3.2.5. */