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.7.1-1+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c23259343282b536324e4f70d2da5d20d2fe691;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