From: Carsten Schoenert Date: Fri, 12 Jan 2018 15:36:56 +0000 (+0100) Subject: icu: use locale.h instead of xlocale.h X-Git-Tag: archive/raspbian/1%60.9.0-1_deb10u1+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=88ac26142d81c3ebe3ee736951c9cb046452a10f;p=thunderbird.git icu: use locale.h instead of xlocale.h Gbp-Pq: Topic debian-hacks Gbp-Pq: Name icu-use-locale.h-instead-of-xlocale.h.patch --- diff --git a/intl/icu/source/i18n/digitlst.cpp b/intl/icu/source/i18n/digitlst.cpp index 39da90436a..9276f2a2eb 100644 --- a/intl/icu/source/i18n/digitlst.cpp +++ b/intl/icu/source/i18n/digitlst.cpp @@ -63,7 +63,7 @@ #if U_USE_STRTOD_L # if U_HAVE_XLOCALE_H -# include +# include # else # include # endif