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 <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2016-03-15 14:32:19 +01:00
parent 16fd646182
commit 4669fcc7fa
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#define HW_MCF_H
/* Motorola ColdFire device prototypes. */
#include "target-m68k/cpu-qom.h"
struct MemoryRegion;
/* mcf_uart.c */