summaryrefslogtreecommitdiff
path: root/stdlib/strtoul_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtoul_l.c')
-rw-r--r--stdlib/strtoul_l.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/strtoul_l.c b/stdlib/strtoul_l.c
index c26e234769..c64c0c0097 100644
--- a/stdlib/strtoul_l.c
+++ b/stdlib/strtoul_l.c
@@ -20,6 +20,8 @@
#define USE_IN_EXTENDED_LOCALE_MODEL 1
+#include <xlocale.h>
+
extern unsigned long int ____strtoul_l_internal (const char *, char **, int,
int, __locale_t);