These are included via monitor.h right now, add them explicitly. Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- 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