summaryrefslogtreecommitdiff
path: root/lib/putenv.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-06-04 19:22:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-06-04 19:22:29 +0000
commit92295bc4b2a378893386efd3cf8cf9bc31024b59 (patch)
tree34a3ba3ab57a88d82c430c65db1af1deafcad96d /lib/putenv.c
parent4a6efb1d10aed44a1dce9502b17f3d216cdc5a9f (diff)
downloadgnulib-92295bc4b2a378893386efd3cf8cf9bc31024b59.tar.gz
.h files should stand alone, but we shouldn't include <sys/types.h>
if we can get away with just <stddef.h>.
Diffstat (limited to 'lib/putenv.c')
-rw-r--r--lib/putenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/putenv.c b/lib/putenv.c
index 58a498fdaa..239981f07b 100644
--- a/lib/putenv.c
+++ b/lib/putenv.c
@@ -21,7 +21,7 @@
# include <config.h>
#endif
-#include <sys/types.h>
+#include <stddef.h>
/* Include errno.h *after* sys/types.h to work around header problems
on AIX 3.2.5. */