Skip to content

Commit

Permalink
m68k: include cpu-qom.h in files that require M68KCPU
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bonzini committed May 19, 2016
1 parent 16fd646 commit 4669fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/hw/m68k/mcf.h
Expand Up @@ -2,6 +2,8 @@
#define HW_MCF_H
/* Motorola ColdFire device prototypes. */

#include "target-m68k/cpu-qom.h"

struct MemoryRegion;

/* mcf_uart.c */
Expand Down

0 comments on commit 4669fcc

Please sign in to comment.