From: Paolo Bonzini Date: Tue, 15 Mar 2016 13:32:19 +0000 (+0100) Subject: m68k: include cpu-qom.h in files that require M68KCPU X-Git-Tag: v2.7.0-rc0~180^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4669fcc7faee8c682a464e5618c5bc36de4f9f3c;p=thirdparty%2Fqemu.git m68k: include cpu-qom.h in files that require M68KCPU This will keep things working when cpu.h will not be included indirectly almost everywhere (either directly or through qemu-common.h). Signed-off-by: Paolo Bonzini --- diff --git a/include/hw/m68k/mcf.h b/include/hw/m68k/mcf.h index fbc8dc26dfb..0f0d2288e63 100644 --- a/include/hw/m68k/mcf.h +++ b/include/hw/m68k/mcf.h @@ -2,6 +2,8 @@ #define HW_MCF_H /* Motorola ColdFire device prototypes. */ +#include "target-m68k/cpu-qom.h" + struct MemoryRegion; /* mcf_uart.c */