diff mbox series

[v2,3/3] include/hw/block: Include hw/block/block.h where needed

Message ID 20221221133551.3967339-4-armbru@redhat.com
State New
Headers show
Series block: Clean up includes | expand

Commit Message

Markus Armbruster Dec. 21, 2022, 1:35 p.m. UTC
hw/block/swim.h needs BlockConf.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 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"