From: Marcelo Tosatti <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
diff --git a/kvm-tpr-opt.c b/kvm-tpr-opt.c index ddac2da..ad60ce1 100644 --- a/kvm-tpr-opt.c +++ b/kvm-tpr-opt.c @@ -14,7 +14,7 @@ #include "hw/hw.h" #include "hw/isa.h" #include "sysemu.h" -#include "qemu-kvm.h" +#include "kvm.h" #include "cpu.h" #include <stdio.h> -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
