]> git.pld-linux.org Git - packages/libvirt.git/blame - missing-includes.patch
add missing include to fix build with libxml2 >= 2.12
[packages/libvirt.git] / missing-includes.patch
CommitLineData
978f8fb1
JP
1--- libvirt-8.10.0/src/util/virxml.c.orig 2022-12-01 10:55:15.000000000 +0100
2+++ libvirt-8.10.0/src/util/virxml.c 2023-11-19 13:02:22.189721157 +0100
3@@ -24,6 +24,7 @@
4 #include <math.h> /* for isnan() */
5 #include <sys/stat.h>
6
7+#include <libxml/xmlsave.h>
8 #include <libxml/xpathInternals.h>
9
10 #include "virerror.h"
This page took 0.128381 seconds and 4 git commands to generate.