From: Daniel Veillard Date: Fri, 29 Sep 2006 16:23:27 +0000 (+0000) Subject: * src/virsh.c: add #include to be able to compile without X-Git-Tag: LIBVIRT_0_1_8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea541f83b99529a1c9cf92f7151cbc92ca5f5ae0;p=thirdparty%2Flibvirt.git * src/virsh.c: add #include to be able to compile without optimization Daniel --- diff --git a/ChangeLog b/ChangeLog index 38a5764085..7bd42555b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 29 17:31:36 CEST 2006 Daniel Veillard + + * src/virsh.c: add #include to be able to compile without + optimization + Fri Sep 29 17:16:40 CEST 2006 Daniel Veillard * src/xen_internal.c: fix for system with page size != 4k diff --git a/src/virsh.c b/src/virsh.c index 0d05ab3fa3..03ea811d33 100644 --- a/src/virsh.c +++ b/src/virsh.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include