From: Olli Savia Date: Mon, 30 May 2005 10:59:35 +0000 (+0000) Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=172d2248700ecce3dbadd043288b2d7c8151dc4b;p=p5sagit%2Fp5-mst-13.2.git [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS From: Olli Savia (via RT) Message-ID: p4raw-id: //depot/perl@24629 --- diff --git a/util.c b/util.c index 5e48418..f80eb63 100644 --- a/util.c +++ b/util.c @@ -30,6 +30,11 @@ #endif #endif +#ifdef __Lynx__ +/* Missing protos on LynxOS */ +int putenv(char *); +#endif + #ifdef I_SYS_WAIT # include #endif