From: Jim Meyering Date: Fri, 6 Jun 2003 20:48:43 +0000 (+0000) Subject: Include rather than , as we merely need size_t. X-Git-Tag: v5.0.1~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5dbfa17567ecd3f1971611f9b34cd8d4ddb36ec;p=thirdparty%2Fcoreutils.git Include rather than , as we merely need size_t. --- diff --git a/lib/putenv.c b/lib/putenv.c index 19c648699a..0b1e6644e4 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -21,7 +21,7 @@ # include #endif -#include +#include /* Include errno.h *after* sys/types.h to work around header problems on AIX 3.2.5. */