From ad3961d74aa9a8984e26dd9c6e47fae42dd27182 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 26 Oct 1993 00:08:33 +0000 Subject: [PATCH] GNU shell utilities --- lib/putenv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/putenv.c b/lib/putenv.c index 573e62478..b9f491284 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -36,6 +36,8 @@ Cambridge, MA 02139, USA. */ /* Don't include stdlib.h for non-GNU C libraries because some of them contain conflicting prototypes for getopt. */ #include +#else +char *malloc (); #endif /* GNU C library. */ #ifndef STDC_HEADERS -- 2.11.0