diff options
Diffstat (limited to 'stdlib/strtod_l.c')
-rw-r--r-- | stdlib/strtod_l.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/strtod_l.c b/stdlib/strtod_l.c index 98e0b46d58..09a40ad173 100644 --- a/stdlib/strtod_l.c +++ b/stdlib/strtod_l.c @@ -66,6 +66,7 @@ extern double ____strtod_l_internal (const char *, char **, int, locale_t); #include <float.h> #include "../locale/localeinfo.h" #include <math.h> +#include <math-narrow-eval.h> #include <math_private.h> #include <stdlib.h> #include <string.h> |