[perl #36037] Perl 5.8.7-RC1 build problems on LynxOS
Olli Savia [Mon, 30 May 2005 10:59:35 +0000 (10:59 +0000)]
From: Olli Savia (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>

p4raw-id: //depot/perl@24629

util.c

diff --git a/util.c b/util.c
index 5e48418..f80eb63 100644 (file)
--- a/util.c
+++ b/util.c
 #endif
 #endif
 
+#ifdef __Lynx__
+/* Missing protos on LynxOS */
+int putenv(char *);
+#endif
+
 #ifdef I_SYS_WAIT
 #  include <sys/wait.h>
 #endif