diff options
Diffstat (limited to 'include/hw/cpu/core.h')
-rw-r--r-- | include/hw/cpu/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/cpu/core.h b/include/hw/cpu/core.h index b7470644d8..555ad831bb 100644 --- a/include/hw/cpu/core.h +++ b/include/hw/cpu/core.h @@ -9,7 +9,7 @@ #ifndef HW_CPU_CORE_H #define HW_CPU_CORE_H -#include "hw/qdev.h" +#include "hw/qdev-core.h" #define TYPE_CPU_CORE "cpu-core" |