Bug 1905470 - Update android nightly application-services version bump to 7fae3fe1457...
[gecko.git] / modules / fdlibm / patches / 11_include_cfloat_to_use_flt_eval_method.patch
bloba2b7d959a6fc88746b1ea751540af6e2bb5e844a
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 */
10 #ifndef _MATH_PRIVATE_H_
11 #define _MATH_PRIVATE_H_
13 +#include <cfloat>
14 #include <stdint.h>
15 #include <sys/types.h>
17 #include "mozilla/EndianUtils.h"
19 #include "fdlibm.h"