Date: Thu, 7 Nov 2013 22:46:13 +0000 (UTC) From: Steve Kargl <kargl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257823 - head/lib/msun/src Message-ID: <201311072246.rA7MkDk9090887@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kargl Date: Thu Nov 7 22:46:13 2013 New Revision: 257823 URL: http://svnweb.freebsd.org/changeset/base/257823 Log: Yet, another attempt to fix the libm breakage due to the changes in s_roundl.c to use bit twiddling. Reported by: ian Modified: head/lib/msun/src/s_round.c Modified: head/lib/msun/src/s_round.c ============================================================================== --- head/lib/msun/src/s_round.c Thu Nov 7 22:08:04 2013 (r257822) +++ head/lib/msun/src/s_round.c Thu Nov 7 22:46:13 2013 (r257823) @@ -27,6 +27,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include <float.h> + #include "math.h" #include "math_private.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311072246.rA7MkDk9090887>