]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 19c648699a5b5da1489dc73be019327930bba551..0b1e6644e4f2b2d5d6afffb2a1c1891a68a47137 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.  */