diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-03 11:22:35 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-03 11:22:35 -0600 |
commit | c9344f2220ec9878493af5a39b7f0f337e58123a (patch) | |
tree | 957911a5ab8aba15eff38323498cd24101bf801c /blockdev.c | |
parent | eeb9c1b552c7e30d6fc10e8c5ccab4b0ea4826c0 (diff) |
Fix build breakage from last commit.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'blockdev.c')
-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); |