summary refs log tree commit diff stats
path: root/hw/cpu/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/cpu/core.c')
-rw-r--r--hw/cpu/core.c2
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"