From 86dda3bcc733bd0cbb1b0c50417d677fe9ad2a98 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 28 Mar 2006 09:50:17 +0000 Subject: * doc/site.xsl doc/libvir.html doc/*: added informations about the Perl bindings, regenerated * python/libvirt_wrap.h: added a missing include. Daniel --- libvirt_wrap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt_wrap.h b/libvirt_wrap.h index 5d1d3e3..29b27ee 100644 --- a/libvirt_wrap.h +++ b/libvirt_wrap.h @@ -8,6 +8,7 @@ #include #include +#include #ifdef __GNUC__ #ifdef ATTRIBUTE_UNUSED -- cgit