From: Gurusamy Sarathy Date: Sat, 4 Mar 2000 03:53:43 +0000 (+0000) Subject: fpsetmask() needs include on freebsd (from Slaven Rezic X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb4eb8ef33fdf31b7c6163f2bc75bf012292f041;p=p5sagit%2Fp5-mst-13.2.git fpsetmask() needs include on freebsd (from Slaven Rezic ) p4raw-id: //depot/perl@5503 --- diff --git a/unixish.h b/unixish.h index c9a5495..24da429 100644 --- a/unixish.h +++ b/unixish.h @@ -117,6 +117,9 @@ /* these should be set in a hint file, not here */ #ifndef PERL_SYS_INIT #if defined(PERL_SCO5) || defined(__FreeBSD__) +# ifdef __FreeBSD__ +# include +# endif # define PERL_SYS_INIT(c,v) fpsetmask(0); MALLOC_INIT #else # ifdef POSIX_BC