changeset 134:e3b43f32c098

GNU shell utilities
author Jim Meyering <jim@meyering.net>
date Tue, 26 Oct 1993 00:08:33 +0000
parents 585326d9a995
children c7d1f3dfe594
files lib/putenv.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdlib.h>
+#else
+char *malloc ();
 #endif	/* GNU C library.  */
 
 #ifndef STDC_HEADERS