summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Liguori2012-02-03 18:22:35 +0100
committerAnthony Liguori2012-02-03 18:22:35 +0100
commitc9344f2220ec9878493af5a39b7f0f337e58123a (patch)
tree957911a5ab8aba15eff38323498cd24101bf801c
parents390x: fix -drive in the absence of aliases (diff)
downloadqemu-c9344f2220ec9878493af5a39b7f0f337e58123a.tar.gz
qemu-c9344f2220ec9878493af5a39b7f0f337e58123a.tar.xz
qemu-c9344f2220ec9878493af5a39b7f0f337e58123a.zip
Fix build breakage from last commit.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--blockdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/blockdev.c b/blockdev.c
index 7d7ac31677..7a6613a2d2 100644
--- a/blockdev.c
+++ b/blockdev.c
@@ -18,6 +18,7 @@
#include "block_int.h"
#include "qmp-commands.h"
#include "trace.h"
+#include "arch_init.h"
static QTAILQ_HEAD(drivelist, DriveInfo) drives = QTAILQ_HEAD_INITIALIZER(drives);