]> Git Repo - qemu.git/commitdiff
xen: add missing include
authorPaolo Bonzini <[email protected]>
Thu, 20 Dec 2012 11:29:20 +0000 (12:29 +0100)
committerBlue Swirl <[email protected]>
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 <[email protected]>
Tested-by: Andreas Färber <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
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"
This page took 0.027804 seconds and 4 git commands to generate.