summaryrefslogtreecommitdiff
path: root/lib/putenv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 20:48:43 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 20:48:43 +0000
commita5dbfa17567ecd3f1971611f9b34cd8d4ddb36ec (patch)
tree9c6ba3c9b5fd600e0216bdf187997a13c386c6ae /lib/putenv.c
parentfcf3830db0c870dc6c4d4c33801facfb2336d383 (diff)
downloadcoreutils-a5dbfa17567ecd3f1971611f9b34cd8d4ddb36ec.tar.xz
Include <stddef.h> rather than <sys/types.h>, as we merely need size_t.
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 19c648699..0b1e6644e 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. */