diff options
Diffstat (limited to 'stdlib/strtold_l.c')
-rw-r--r-- | stdlib/strtold_l.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/strtold_l.c b/stdlib/strtold_l.c index fb36ef7164..8f2fe3274d 100644 --- a/stdlib/strtold_l.c +++ b/stdlib/strtold_l.c @@ -20,6 +20,8 @@ #define USE_IN_EXTENDED_LOCALE_MODEL 1 +#include <xlocale.h> + extern long double ____strtold_l_internal (const char *, char **, int, __locale_t); |