On 09/02/2022 22.54, Philippe Mathieu-Daudé wrote:
> hwaddr type is defined in "exec/hwaddr.h".
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> include/hw/m68k/mcf.h | 1 +
> 1 file changed, 1 insertion(+)
>
> 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 */
Reviewed-by: Thomas Huth <thuth@redhat.com>