From: Paolo Bonzini Date: Thu, 20 Dec 2012 11:29:20 +0000 (+0100) Subject: xen: add missing include X-Git-Tag: v1.4.0-rc0~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad549e89e55fb48eb6feb783ee4a9ede1dea52e;p=thirdparty%2Fqemu.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 50edaecbf17..19bcfd1510e 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"