diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-02-09 22:54:33 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-02-21 10:35:13 +0100 |
commit | 139535aa850f0bef009b396351275e1b23d5c6d5 (patch) | |
tree | e683f89de85f56d3730aa2686615b5874d8d549a /include | |
parent | cd6174843b0896c9e57176159b38ecba45bade0e (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/m68k/mcf.h b/include/hw/m68k/mcf.h index decf17ce42..8cbd587bbf 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 */ |