[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 1/3] kvm: add missing include files
From: |
Paolo Bonzini |
Subject: |
[Qemu-devel] [PATCH v2 1/3] kvm: add missing include files |
Date: |
Thu, 7 Jun 2012 04:02:20 +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