blob: add0d765b7f4340619cd1fbd75ebe48cc10ec7b5 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001From c4254fd8ff1888ca285e3242b812010357ce2b3e Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 24 Jun 2017 22:52:40 -0700
4Subject: [PATCH] i18n: Drop include <xlocale.h>
5
6glibc 2.26 drops this header
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10Upstream-Status: Pending
11
12 i18n/digitlst.cpp | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15Index: source/i18n/digitlst.cpp
16===================================================================
17--- source.orig/i18n/digitlst.cpp
18+++ source/i18n/digitlst.cpp
19@@ -61,11 +61,7 @@
20 #endif
21
22 #if U_USE_STRTOD_L
23-# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
24-# include <locale.h>
25-# else
26-# include <xlocale.h>
27-# endif
28+# include <locale.h>
29 #endif
30
31 // ***************************************************************************