summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/TLpatches/patch-19-netbsd
blob: 46b8b8a4349ce54eba87814952648dbcc49ab84a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	Per Marc Baudoin, tlbuild 17 Mar 2017 10:03:03.

Index: digitlst.cpp
===================================================================
--- digitlst.cpp	(revision 43522)
+++ digitlst.cpp	(working copy)
@@ -61,7 +61,7 @@
 #endif
 
 #if U_USE_STRTOD_L
-# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
+# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN || defined(__NetBSD__)
 #   include <locale.h>
 # else
 #   include <xlocale.h>