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

error: call to undeclared function 'xmlCleanupParser'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

https://sourceforge.net/p/gnucobol/code/5295/
--- libcob/common.c.orig	2023-07-28 12:16:38.000000000 -0500
+++ libcob/common.c	2024-09-20 21:38:22.000000000 -0500
@@ -134,6 +134,7 @@
 #endif
 
 #if defined (WITH_XML2)
+#include &lt;libxml/parser.h&gt;
 #include &lt;libxml/xmlversion.h&gt;
 #include &lt;libxml/xmlwriter.h&gt;
 #endif
</pre></body></html>