lib: Include <libxml/parser.h> for xmlReadMemory

Since libxml2 2.12.1 including this header is required to have this
function declared.

(cherry picked from commit 02c39dc5e8)
This commit is contained in:
Richard W.M. Jones
2023-11-27 14:04:33 +00:00
parent 86408417cf
commit f6f2f56535

View File

@@ -38,6 +38,7 @@
#include <libvirt/virterror.h>
#endif
#include <libxml/parser.h>
#include <libxml/xmlwriter.h>
#include <libxml/xpath.h>