GNU shell utilities SHELLUTILS-1_8_1k
authorJim Meyering <jim@meyering.net>
Tue, 26 Oct 1993 00:08:33 +0000 (00:08 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 26 Oct 1993 00:08:33 +0000 (00:08 +0000)
lib/putenv.c

index 573e624..b9f4912 100644 (file)
@@ -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 <stdlib.h>
+#else
+char *malloc ();
 #endif /* GNU C library.  */
 
 #ifndef STDC_HEADERS