diff options
| author | Alexander Graf <agraf@suse.de> | 2010-11-17 13:01:04 +0100 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-12-26 00:29:49 +0100 |
| commit | 6c33286ad3a432627d763ee93aa42200cbb68269 (patch) | |
| tree | dd924869e0558a1bea126c9b36b4fc4c40dd30ae /hw/s390-virtio.c | |
| parent | 9ed5726c043958359b0f1fa44ab3e4f25f9d9a47 (diff) | |
| download | focaccia-qemu-6c33286ad3a432627d763ee93aa42200cbb68269.tar.gz focaccia-qemu-6c33286ad3a432627d763ee93aa42200cbb68269.zip | |
s390: compile fixes
The s390 target doesn't compile out of the box anymore. This patch fixes all the obvious glitches that got introduced in the last few weeks. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/s390-virtio.c')
| -rw-r--r-- | hw/s390-virtio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c index e7aec14fae..f29b624e41 100644 --- a/hw/s390-virtio.c +++ b/hw/s390-virtio.c @@ -19,6 +19,7 @@ #include "hw.h" #include "block.h" +#include "blockdev.h" #include "sysemu.h" #include "net.h" #include "boards.h" |