summaryrefslogtreecommitdiff
path: root/lib/putenv.c
diff options
context:
space:
mode:
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. */