diff options
Diffstat (limited to 'hw/core')
-rw-r--r-- | hw/core/generic-loader.c | 1 | ||||
-rw-r--r-- | hw/core/loader.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/core/generic-loader.c b/hw/core/generic-loader.c index 79a493e577..579fe5ed32 100644 --- a/hw/core/generic-loader.c +++ b/hw/core/generic-loader.c @@ -34,6 +34,7 @@ #include "qom/cpu.h" #include "hw/sysbus.h" #include "sysemu/dma.h" +#include "sysemu/reset.h" #include "hw/loader.h" #include "qapi/error.h" #include "qemu/module.h" diff --git a/hw/core/loader.c b/hw/core/loader.c index 425bf69a99..830845dd73 100644 --- a/hw/core/loader.c +++ b/hw/core/loader.c @@ -48,6 +48,7 @@ #include "hw/hw.h" #include "disas/disas.h" #include "monitor/monitor.h" +#include "sysemu/reset.h" #include "sysemu/sysemu.h" #include "uboot_image.h" #include "hw/loader.h" |