diff options
Diffstat (limited to 'hw/misc/bcm2835_powermgt.c')
-rw-r--r-- | hw/misc/bcm2835_powermgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/bcm2835_powermgt.c b/hw/misc/bcm2835_powermgt.c index d88689a..e4e9bae 100644 --- a/hw/misc/bcm2835_powermgt.c +++ b/hw/misc/bcm2835_powermgt.c @@ -13,7 +13,7 @@ #include "qemu/module.h" #include "hw/misc/bcm2835_powermgt.h" #include "migration/vmstate.h" -#include "sysemu/runstate.h" +#include "system/runstate.h" #define PASSWORD 0x5a000000 #define PASSWORD_MASK 0xff000000 |