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	Sun Oct 24 21:14:02 1993 +0000
+++ b/lib/putenv.c	Tue Oct 26 00:08:33 1993 +0000
@@ -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