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, 2 insertions, 0 deletions
diff --git a/stdlib/strtoull_l.c b/stdlib/strtoull_l.c
index 2d8058fac3..59d6fd7a37 100644
--- a/stdlib/strtoull_l.c
+++ b/stdlib/strtoull_l.c
@@ -20,6 +20,8 @@
#define USE_IN_EXTENDED_LOCALE_MODEL 1
+#include <xlocale.h>
+
extern unsigned long long int ____strtoull_l_internal (const char *, char **,
int, int, __locale_t);