diff options
author | Anthony Liguori | 2012-02-03 18:22:35 +0100 |
---|---|---|
committer | Anthony Liguori | 2012-02-03 18:22:35 +0100 |
commit | c9344f2220ec9878493af5a39b7f0f337e58123a (patch) | |
tree | 957911a5ab8aba15eff38323498cd24101bf801c | |
parent | s390x: fix -drive in the absence of aliases (diff) | |
download | qemu-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.c | 1 |
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); |