diff options
Diffstat (limited to 'math/e_exp2_template.c')
-rw-r--r-- | math/e_exp2_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/e_exp2_template.c b/math/e_exp2_template.c index 94a21054c2..30ed4af49b 100644 --- a/math/e_exp2_template.c +++ b/math/e_exp2_template.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <math-underflow.h> #include <float.h> #define declare_mgen_finite_alias_x(from, to) \ |