diff options
Diffstat (limited to 'hw/core')
| -rw-r--r-- | hw/core/loader.c | 1 | ||||
| -rw-r--r-- | hw/core/machine-smp.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hw/core/loader.c b/hw/core/loader.c index 695d1acb15..8b7fd9e9e5 100644 --- a/hw/core/loader.c +++ b/hw/core/loader.c @@ -44,6 +44,7 @@ #include "qemu/osdep.h" #include "qemu/datadir.h" +#include "qemu/error-report.h" #include "qapi/error.h" #include "qapi/qapi-commands-machine.h" #include "qapi/type-helpers.h" diff --git a/hw/core/machine-smp.c b/hw/core/machine-smp.c index c3dab007da..89fe0cda42 100644 --- a/hw/core/machine-smp.c +++ b/hw/core/machine-smp.c @@ -20,6 +20,8 @@ #include "qemu/osdep.h" #include "hw/boards.h" #include "qapi/error.h" +#include "qemu/error-report.h" + /* * Report information of a machine's supported CPU topology hierarchy. |