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 | f83f23232f30658c1b9f4a0ad2ebcda95f2f8769 (patch) | |
tree | 2dc38e313a1d2176832838559aa70462cc865f83 /unixish.h | |
parent | 383aff9fd5f7932d57159ead71a4f88e69c3df44 (diff) | |
download | perl-f83f23232f30658c1b9f4a0ad2ebcda95f2f8769.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 |