diff options
Diffstat (limited to 'hw/s390x/tod-kvm.c')
-rw-r--r-- | hw/s390x/tod-kvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/tod-kvm.c b/hw/s390x/tod-kvm.c index bebe474..6e21d83 100644 --- a/hw/s390x/tod-kvm.c +++ b/hw/s390x/tod-kvm.c @@ -11,7 +11,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "qemu/module.h" -#include "sysemu/sysemu.h" +#include "sysemu/runstate.h" #include "hw/s390x/tod.h" #include "kvm_s390x.h" |