kvm header has to be always included. Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> --- qemu/hw/acpi.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/qemu/hw/acpi.c b/qemu/hw/acpi.c index 12f4fce..5458e54 100644 --- a/qemu/hw/acpi.c +++ b/qemu/hw/acpi.c @@ -24,9 +24,7 @@ #include "i2c.h" #include "smbus.h" #include "kvm.h" -#ifdef USE_KVM #include "qemu-kvm.h" -#endif #include "string.h" //#define DEBUG -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
