summaryrefslogtreecommitdiff
path: root/stdlib/strtoull_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtoull_l.c')
-rw-r--r--stdlib/strtoull_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtoull_l.c b/stdlib/strtoull_l.c
index 53ecb916df..da6d7cde8c 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);