diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-04 03:53:43 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-04 03:53:43 +0000 |
commit | bb4eb8ef33fdf31b7c6163f2bc75bf012292f041 (patch) | |
tree | 2dc38e313a1d2176832838559aa70462cc865f83 /unixish.h | |
parent | 07b2059fdd2893c21ae5c908888bc15213edf4c0 (diff) | |
download | perl-bb4eb8ef33fdf31b7c6163f2bc75bf012292f041.tar.gz |
fpsetmask() needs include on freebsd (from Slaven Rezic
<eserte@vran.herceg.de>)
p4raw-id: //depot/perl@5503
Diffstat (limited to 'unixish.h')
-rw-r--r-- | unixish.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 <floatingpoint.h> +# endif # define PERL_SYS_INIT(c,v) fpsetmask(0); MALLOC_INIT #else # ifdef POSIX_BC |