summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
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