# HG changeset patch # User Jim Meyering # Date 751594113 0 # Node ID e3b43f32c0989913278b139cf5fadc86835aee41 # Parent 585326d9a995fdec89f53ef582cefd2e0a6d7fa4 GNU shell utilities diff --git a/lib/putenv.c b/lib/putenv.c --- a/lib/putenv.c +++ b/lib/putenv.c @@ -36,6 +36,8 @@ /* 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