about summary refs log tree commit diff
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, 1 insertions, 1 deletions
diff --git a/stdlib/strtoul_l.c b/stdlib/strtoul_l.c
index 6d23ee2964..45b0585342 100644
--- a/stdlib/strtoul_l.c
+++ b/stdlib/strtoul_l.c
@@ -19,7 +19,7 @@
 
 #define UNSIGNED	1
 
-#include <xlocale.h>
+#include <locale.h>
 
 extern unsigned long int ____strtoul_l_internal (const char *, char **, int,
 						 int, __locale_t);