From: Markus Armbruster Date: Wed, 21 Dec 2022 13:35:51 +0000 (+0100) Subject: include/hw/block: Include hw/block/block.h where needed X-Git-Tag: v8.0.0-rc0~87^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82651e8792344ccc526f505fdf1c8c56f0d18881;p=thirdparty%2Fqemu.git include/hw/block: Include hw/block/block.h where needed hw/block/swim.h needs BlockConf. Signed-off-by: Markus Armbruster Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20221221133551.3967339-4-armbru@redhat.com> --- diff --git a/include/hw/block/swim.h b/include/hw/block/swim.h index c1bd5f65557..9b3dcb029d3 100644 --- a/include/hw/block/swim.h +++ b/include/hw/block/swim.h @@ -11,6 +11,7 @@ #ifndef SWIM_H #define SWIM_H +#include "hw/block/block.h" #include "hw/sysbus.h" #include "qom/object.h"