diff options
Diffstat (limited to 'hw/core/reset.c')
-rw-r--r-- | hw/core/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/reset.c b/hw/core/reset.c index 14a2639..8a3e0e5 100644 --- a/hw/core/reset.c +++ b/hw/core/reset.c @@ -24,7 +24,7 @@ */ #include "qemu/osdep.h" -#include "sysemu/reset.h" +#include "system/reset.h" #include "hw/resettable.h" #include "hw/core/resetcontainer.h" |