aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-02-09 22:54:33 +0100
committerThomas Huth <thuth@redhat.com>2022-02-21 10:35:13 +0100
commit139535aa850f0bef009b396351275e1b23d5c6d5 (patch)
treee683f89de85f56d3730aa2686615b5874d8d549a /include
parentcd6174843b0896c9e57176159b38ecba45bade0e (diff)
downloadqemu-139535aa850f0bef009b396351275e1b23d5c6d5.zip
qemu-139535aa850f0bef009b396351275e1b23d5c6d5.tar.gz
qemu-139535aa850f0bef009b396351275e1b23d5c6d5.tar.bz2
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>
Diffstat (limited to 'include')
-rw-r--r--include/hw/m68k/mcf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/m68k/mcf.h b/include/hw/m68k/mcf.h
index decf17c..8cbd587 100644
--- a/include/hw/m68k/mcf.h
+++ b/include/hw/m68k/mcf.h
@@ -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 */