commit | 9c17d615a66ebd655871bf891ec0fe901ad8b332 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Dec 17 18:20:04 2012 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 19 08:32:45 2012 +0100 |
tree | bccf99f83075a1d06fae782311de827fbfed0bfa | |
parent | 1de7afc984b49af164e2619e6850b9732b173b34 [diff] [blame] |
softmmu: move include files to include/sysemu/ Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/hw/s390x/sclp.c b/hw/s390x/sclp.c index bc9b0ae..7ad791d 100644 --- a/hw/s390x/sclp.c +++ b/hw/s390x/sclp.c
@@ -13,7 +13,7 @@ */ #include "cpu.h" -#include "kvm.h" +#include "sysemu/kvm.h" #include "exec/memory.h" #include "sclp.h"