icu: use locale.h instead of xlocale.h
authorCarsten Schoenert <c.schoenert@t-online.de>
Fri, 12 Jan 2018 15:36:56 +0000 (16:36 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Tue, 9 Jul 2019 20:09:04 +0000 (21:09 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name icu-use-locale.h-instead-of-xlocale.h.patch

intl/icu/source/i18n/digitlst.cpp

index 39da90436a58407934deb0b65b9546fe97f3b212..9276f2a2eb1cf0b09939795e983c9e24d3ce6dd4 100644 (file)
@@ -63,7 +63,7 @@
 
 #if U_USE_STRTOD_L
 # if U_HAVE_XLOCALE_H
-#   include <xlocale.h>
+#   include <locale.h>
 # else
 #   include <locale.h>
 # endif