.h files should stand alone, but we shouldn't include <sys/types.h>
[gnulib.git] / lib / putenv.c
index 58a498f..239981f 100644 (file)
@@ -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.  */