aboutsummaryrefslogtreecommitdiff
path: root/include/hw/block
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2022-12-21 14:35:51 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-01-20 07:25:06 +0100
commit82651e8792344ccc526f505fdf1c8c56f0d18881 (patch)
treed6ef4cbd8616ff5a707683104358af2bb1e4ae35 /include/hw/block
parent1881f336a33a8a99cb17ab1c57ed953682e8e107 (diff)
include/hw/block: Include hw/block/block.h where needed
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>
Diffstat (limited to 'include/hw/block')
-rw-r--r--include/hw/block/swim.h1
1 files changed, 1 insertions, 0 deletions
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"