11_include_cfloat_to_use_flt_eval_method.patch (351B)
1 diff --git a/math_private.h b/math_private.h 2 --- a/math_private.h 3 +++ b/math_private.h 4 @@ -12,16 +12,17 @@ 5 /* 6 * from: @(#)fdlibm.h 5.1 93/09/24 7 * $FreeBSD$ 8 */ 9 10 #ifndef _MATH_PRIVATE_H_ 11 #define _MATH_PRIVATE_H_ 12 13 +#include <cfloat> 14 #include <stdint.h> 15 #include <sys/types.h> 16 17 #include "mozilla/EndianUtils.h" 18 19 #include "fdlibm.h" 20 21 /*