hw/m68k/mcf: Add missing 'exec/hwaddr.h' header
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 9 Feb 2022 21:54:33 +0000 (22:54 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 21 Feb 2022 09:35:13 +0000 (10:35 +0100)
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>
include/hw/m68k/mcf.h

index decf17ce42e9556d3d9d1a8302e13ff752a1c797..8cbd587bbfb8550808ed6b01e54f718d91fbaec7 100644 (file)
@@ -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 */