about summary refs log tree commit diff
path: root/stdlib/strtold_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtold_l.c')
-rw-r--r--stdlib/strtold_l.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/stdlib/strtold_l.c b/stdlib/strtold_l.c
index bef2a4d3d7..7b9efd8819 100644
--- a/stdlib/strtold_l.c
+++ b/stdlib/strtold_l.c
@@ -17,11 +17,7 @@
 
 #include <math.h>
 #include <stdlib.h>
-#include <xlocale.h>
-
-#if defined _LIBC || defined HAVE_WCHAR_H
-# include <wchar.h>
-#endif
+#include <wchar.h>
 
 #ifdef USE_WIDE_CHAR
 # define STRING_TYPE	wchar_t