svn commit: r257823 - head/lib/msun/src

Steve Kargl kargl at FreeBSD.org
Thu Nov 7 22:46:13 UTC 2013


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"
 


More information about the svn-src-all mailing list