summary refs log tree commit diff stats
path: root/hw/gpio/gpio_pwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/gpio/gpio_pwr.c')
-rw-r--r--hw/gpio/gpio_pwr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/gpio/gpio_pwr.c b/hw/gpio/gpio_pwr.c
index dbaf1c70c8..2d14f8b344 100644
--- a/hw/gpio/gpio_pwr.c
+++ b/hw/gpio/gpio_pwr.c
@@ -24,7 +24,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
-#include "sysemu/runstate.h"
+#include "system/runstate.h"
 
 #define TYPE_GPIOPWR "gpio-pwr"
 OBJECT_DECLARE_SIMPLE_TYPE(GPIO_PWR_State, GPIOPWR)