aboutsummaryrefslogtreecommitdiffstats
path: root/main/icu/musl-fixes.patch
blob: 3418230862b8254e8abc0ed2308a3f7325c104b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/i18n/digitlst.cpp
+++ b/i18n/digitlst.cpp
@@ -61,7 +61,7 @@
 #endif
 
 #if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API
-# if U_PLATFORM == U_PF_CYGWIN
+# if U_PLATFORM == U_PF_CYGWIN || U_PLATFORM == U_PF_LINUX
 #   include <locale.h>
 # else
 #   include <xlocale.h>