diff options
Diffstat (limited to 'newlib/libc/stdlib/strtold.c')
-rw-r--r-- | newlib/libc/stdlib/strtold.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/strtold.c b/newlib/libc/stdlib/strtold.c index 96254eb49..a6d415db6 100644 --- a/newlib/libc/stdlib/strtold.c +++ b/newlib/libc/stdlib/strtold.c @@ -30,6 +30,8 @@ POSSIBILITY OF SUCH DAMAGE. #include <stdlib.h> #include "local.h" +#include "mprec.h" +#undef FLT_ROUNDS #ifdef _HAVE_LONG_DOUBLE |