fpsetmask() needs include on freebsd (from Slaven Rezic
Gurusamy Sarathy [Sat, 4 Mar 2000 03:53:43 +0000 (03:53 +0000)]
<eserte@vran.herceg.de>)

p4raw-id: //depot/perl@5503

unixish.h

index c9a5495..24da429 100644 (file)
--- a/unixish.h
+++ b/unixish.h
 /* 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