From a5dbfa17567ecd3f1971611f9b34cd8d4ddb36ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jun 2003 20:48:43 +0000 Subject: Include rather than , as we merely need size_t. --- lib/putenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/putenv.c') diff --git a/lib/putenv.c b/lib/putenv.c index 19c648699..0b1e6644e 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. */ -- cgit v1.2.3-54-g00ecf