From: Paolo Bonzini Date: Thu, 20 Dec 2012 11:29:20 +0000 (+0100) Subject: xen: add missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4ad549e89e55fb48eb6feb783ee4a9ede1dea52e;p=qemu.git xen: add missing include xen-all needs to access CharDeviceState's filename field, so it needs to include char/char.h. Signed-off-by: Paolo Bonzini Tested-by: Andreas Färber Signed-off-by: Blue Swirl --- diff --git a/xen-all.c b/xen-all.c index 50edaecbf1..19bcfd1510 100644 --- 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"