Some of the libvirt public API was moved into the libvirt-common.h file.
We should consider it while building python too.
---
generator.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/generator.py b/generator.py
index ceba668..3144904 100755
--- a/generator.py
+++ b/generator.py
@@ -33,6 +33,7 @@ onlyOverrides = False
libvirt_headers = [
"libvirt",
+ "libvirt-common",
"libvirt-domain",
"libvirt-domain-snapshot",
"libvirt-event",
--
2.8.1