Include <stddef.h> rather than <sys/types.h>, as we merely need size_t.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 20:48:43 +0000 (20:48 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 20:48:43 +0000 (20:48 +0000)
lib/putenv.c

index 19c6486..0b1e664 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.  */