diff options
Diffstat (limited to 'stdlib/strtoull_l.c')
-rw-r--r-- | stdlib/strtoull_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtoull_l.c b/stdlib/strtoull_l.c index 53ecb91..da6d7cd 100644 --- a/stdlib/strtoull_l.c +++ b/stdlib/strtoull_l.c @@ -20,7 +20,7 @@ #define QUAD 1 #define UNSIGNED 1 -#include <xlocale.h> +#include <locale.h> extern unsigned long long int ____strtoull_l_internal (const char *, char **, int, int, __locale_t); |