diff options
Diffstat (limited to 'hw/cpu/core.c')
-rw-r--r-- | hw/cpu/core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/cpu/core.c b/hw/cpu/core.c index 7e42e2c87a..e57c73f0ce 100644 --- a/hw/cpu/core.c +++ b/hw/cpu/core.c @@ -6,9 +6,11 @@ * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ + #include "qemu/osdep.h" #include "hw/cpu/core.h" #include "qapi/visitor.h" +#include "qemu/module.h" #include "qapi/error.h" #include "sysemu/cpus.h" |