projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca273d5
)
xen: add missing include
author
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 20 Dec 2012 11:29:20 +0000
(12:29 +0100)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 22 Dec 2012 12:04:44 +0000
(12:04 +0000)
xen-all needs to access CharDeviceState's filename field, so
it needs to include char/char.h.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Tested-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
xen-all.c
patch
|
blob
|
history
diff --git
a/xen-all.c
b/xen-all.c
index 50edaecbf17cc0fb8227623898c8c5dc60a0e48d..19bcfd1510ebfe8e6419fce7e4258e009dac0539 100644
(file)
--- a/
xen-all.c
+++ b/
xen-all.c
@@
-16,6
+16,7
@@
#include "hw/xen_backend.h"
#include "qmp-commands.h"
+#include "char/char.h"
#include "qemu/range.h"
#include "sysemu/xen-mapcache.h"
#include "trace.h"