projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb9c1b
)
Fix build breakage from last commit.
author
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 3 Feb 2012 17:22:35 +0000
(11:22 -0600)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 3 Feb 2012 17:22:35 +0000
(11:22 -0600)
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
blockdev.c
patch
|
blob
|
history
diff --git
a/blockdev.c
b/blockdev.c
index 7d7ac31677bd807da449ce442bf322f197e0cffb..7a6613a2d248798f3dcb4913c3dbf54176c95b33 100644
(file)
--- 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);