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