mirror of https://github.com/xemu-project/xemu.git
hw/m68k/mcf: Add missing 'exec/hwaddr.h' header
hwaddr type is defined in "exec/hwaddr.h". Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220209215446.58402-3-f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
cd6174843b
commit
139535aa85
|
@ -2,6 +2,7 @@
|
|||
#define HW_MCF_H
|
||||
/* Motorola ColdFire device prototypes. */
|
||||
|
||||
#include "exec/hwaddr.h"
|
||||
#include "target/m68k/cpu-qom.h"
|
||||
|
||||
/* mcf_uart.c */
|
||||
|
|
Loading…
Reference in New Issue