diff mbox series

[PULL,08/12] include/hw/block: Include hw/block/block.h where needed

Message ID 20230120070122.3982588-9-armbru@redhat.com (mailing list archive)
State New, archived
Headers show
Series [PULL,01/12] coroutine: Clean up superfluous inclusion of qemu/coroutine.h | expand

Commit Message

Markus Armbruster Jan. 20, 2023, 7:01 a.m. UTC
hw/block/swim.h needs BlockConf.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221221133551.3967339-4-armbru@redhat.com>
---
 include/hw/block/swim.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/hw/block/swim.h b/include/hw/block/swim.h
index c1bd5f6555..9b3dcb029d 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"