diff options
Diffstat (limited to 'hw/misc/debugexit.c')
| -rw-r--r-- | hw/misc/debugexit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/debugexit.c b/hw/misc/debugexit.c index 260537bba3..577b884494 100644 --- a/hw/misc/debugexit.c +++ b/hw/misc/debugexit.c @@ -12,7 +12,7 @@ #include "hw/qdev-properties.h" #include "qemu/module.h" #include "qom/object.h" -#include "sysemu/runstate.h" +#include "system/runstate.h" #define TYPE_ISA_DEBUG_EXIT_DEVICE "isa-debug-exit" OBJECT_DECLARE_SIMPLE_TYPE(ISADebugExitState, ISA_DEBUG_EXIT_DEVICE) |