<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix:

error: use of undeclared identifier 'LC_ALL'
--- dict/tests/t_articleview.cpp.orig	2023-10-02 16:32:53.000000000 -0500
+++ dict/tests/t_articleview.cpp	2024-03-06 23:24:46.000000000 -0600
@@ -22,6 +22,7 @@
 #endif
 
 #include &lt;glib.h&gt;
+#include &lt;clocale&gt;
 #include &lt;cstdlib&gt;
 #include &lt;cstring&gt;
 #include &lt;list&gt;
--- dict/tests/t_xml.cpp.orig	2023-10-02 16:32:53.000000000 -0500
+++ dict/tests/t_xml.cpp	2024-03-06 23:24:40.000000000 -0600
@@ -22,6 +22,7 @@
 #endif
 
 #include &lt;glib.h&gt;
+#include &lt;clocale&gt;
 #include &lt;cstring&gt;
 #include &lt;cstdlib&gt;
 #include &lt;string&gt;
</pre></body></html>