qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] fix compile failure in acpi.c


From: Glauber Costa
Subject: [Qemu-devel] [PATCH] fix compile failure in acpi.c
Date: Thu, 4 Dec 2008 07:11:46 -0500

kvm header has to be always included.

Signed-off-by: Glauber Costa <address@hidden>
---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]