From ea541f83b99529a1c9cf92f7151cbc92ca5f5ae0 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 29 Sep 2006 16:23:27 +0000 Subject: [PATCH] * src/virsh.c: add #include to be able to compile without optimization Daniel --- ChangeLog | 5 +++++ src/virsh.c | 1 + 2 files changed, 6 insertions(+) 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 -- 2.47.2