diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2010-06-14 23:11:05 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-06-15 10:59:20 +0200 |
commit | 167e609af42c6bfc430c1c1b3f00d8c57276c7e6 (patch) | |
tree | eebbcee41ff5ccef3a42705255aa042e74434cfe /hw/xen_backend.h | |
parent | 5ffbbc67b50e71265527e97b7caa74faa0d0b7cc (diff) |
xen: Fix build error due to missing include
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/xen_backend.h')
-rw-r--r-- | hw/xen_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xen_backend.h b/hw/xen_backend.h index f07f7d4224..cc25f9d7db 100644 --- a/hw/xen_backend.h +++ b/hw/xen_backend.h @@ -5,6 +5,7 @@ #include "sysemu.h" #include "net.h" #include "block_int.h" +#include "blockdev.h" /* ------------------------------------------------------------- */ |