From a5dbfa17567ecd3f1971611f9b34cd8d4ddb36ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jun 2003 20:48:43 +0000 Subject: [PATCH] Include rather than , as we merely need size_t. --- lib/putenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2