From: Paul Durrant Date: Mon, 23 Jan 2023 09:19:02 +0000 (+0000) Subject: Fix the build X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bd56f6638b12e5b1a76c389c0dbd1c84c3ab5d07;p=people%2Fpauldu%2Fqemu.git Fix the build Signed-off-by: Paul Durrant --- diff --git a/include/hw/sysbus.h b/include/hw/sysbus.h index 3564b7b6a2..fe39972cd3 100644 --- a/include/hw/sysbus.h +++ b/include/hw/sysbus.h @@ -4,6 +4,7 @@ /* Devices attached directly to the main system bus. */ #include "hw/qdev-core.h" +#include "exec/hwaddr.h" #include "exec/memory.h" #include "qom/object.h"