summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorkargl <kargl@FreeBSD.org>2013-11-07 22:46:13 +0000
committerkargl <kargl@FreeBSD.org>2013-11-07 22:46:13 +0000
commit85b0d56215673ac439aad6bd81c750b38fa7cc5d (patch)
tree2a86eebb7a647fd0176b32812fbf6ca0669ad653 /lib/msun
parent8d74b8406f653cdd2782aa8452078ac5ad838055 (diff)
downloadFreeBSD-src-85b0d56215673ac439aad6bd81c750b38fa7cc5d.zip
FreeBSD-src-85b0d56215673ac439aad6bd81c750b38fa7cc5d.tar.gz
Yet, another attempt to fix the libm breakage due to the
changes in s_roundl.c to use bit twiddling. Reported by: ian
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/s_round.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msun/src/s_round.c b/lib/msun/src/s_round.c
index efe5029..fab3019 100644
--- a/lib/msun/src/s_round.c
+++ b/lib/msun/src/s_round.c
@@ -27,6 +27,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <float.h>
+
#include "math.h"
#include "math_private.h"
OpenPOWER on IntegriCloud