summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-04 03:53:43 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-04 03:53:43 +0000
commitbb4eb8ef33fdf31b7c6163f2bc75bf012292f041 (patch)
tree2dc38e313a1d2176832838559aa70462cc865f83 /unixish.h
parent07b2059fdd2893c21ae5c908888bc15213edf4c0 (diff)
downloadperl-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/unixish.h b/unixish.h
index c9a5495cdb..24da4296fb 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 <floatingpoint.h>
+# endif
# define PERL_SYS_INIT(c,v) fpsetmask(0); MALLOC_INIT
#else
# ifdef POSIX_BC