blob: b6c4f5002565e2e2d02975e1351a0781ceb32ac5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/libcob/common.c 2024-03-10 11:12:23.253391905 +0100
+++ b/libcob/common.c 2024-03-10 11:12:46.433130551 +0100
@@ -136,6 +136,7 @@
#if defined (WITH_XML2)
#include <libxml/xmlversion.h>
#include <libxml/xmlwriter.h>
+#include <libxml/parser.h>
#endif
#if defined (WITH_CJSON)
|