diff options
Diffstat (limited to 'stdlib/strtold.c')
-rw-r--r-- | stdlib/strtold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtold.c b/stdlib/strtold.c index bb46f23c29..251663ffcd 100644 --- a/stdlib/strtold.c +++ b/stdlib/strtold.c @@ -20,7 +20,7 @@ /* The actual implementation for all floating point sizes is in strtod.c. These macros tell it to produce the `float' version, `strtof'. */ -#include <bits/wordsize.h> +#include <bits/long-double.h> #ifdef __LONG_DOUBLE_MATH_OPTIONAL # include <wchar.h> |