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