diff options
Diffstat (limited to 'hw/misc/sbsa_ec.c')
| -rw-r--r-- | hw/misc/sbsa_ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/sbsa_ec.c b/hw/misc/sbsa_ec.c index 86b23a5372..a1e813691e 100644 --- a/hw/misc/sbsa_ec.c +++ b/hw/misc/sbsa_ec.c @@ -13,7 +13,7 @@ #include "qemu/osdep.h" #include "qemu/log.h" #include "hw/sysbus.h" -#include "sysemu/runstate.h" +#include "system/runstate.h" typedef struct SECUREECState { SysBusDevice parent_obj; |