qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/2] kvm: add missing include files


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 1/2] kvm: add missing include files
Date: Wed, 6 Jun 2012 08:09:22 +0200

These are included via monitor.h right now, add them explicitly.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 kvm-all.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/kvm-all.c b/kvm-all.c
index 489ee53..831651d 100644
--- a/kvm-all.c
+++ b/kvm-all.c
@@ -22,6 +22,8 @@
 
 #include "qemu-common.h"
 #include "qemu-barrier.h"
+#include "qemu-option.h"
+#include "qemu-config.h"
 #include "sysemu.h"
 #include "hw/hw.h"
 #include "hw/msi.h"
-- 
1.7.10.1





reply via email to

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