<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Description: Fixes the compatibility with the version of glibc in Debian
Author: Emmanuel Bourg &lt;ebourg@apache.org&gt;
Forwarded: https://bugs.openjdk.java.net/browse/JDK-8211399
--- a/modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
+++ b/modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
@@ -25,9 +25,6 @@
 #ifdef HAVE_LOCALE_H
 #include &lt;locale.h&gt;
 #endif
-#ifdef HAVE_XLOCALE_H
-#include &lt;xlocale.h&gt;
-#endif
 
 typedef locale_t xsltLocale;
 typedef xmlChar xsltLocaleChar;
</pre></body></html>