Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 16 lines 405 B view raw
1libcob: Fix include for xmlCleanupParser 2 3common.c uses xmlCleanupParser, which is defined in libxml/parser.h. 4--- 5 6--- a/libcob/common.c 2025-01-01 03:03:49.762316279 +0100 7+++ b/libcob/common.c 2025-01-01 03:01:56.632597306 +0100 8@@ -136,6 +136,7 @@ 9 #if defined (WITH_XML2) 10 #include <libxml/xmlversion.h> 11 #include <libxml/xmlwriter.h> 12+#include <libxml/parser.h> 13 #endif 14 15 #if defined (WITH_CJSON) 16