From 4ad549e89e55fb48eb6feb783ee4a9ede1dea52e Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 20 Dec 2012 12:29:20 +0100 Subject: xen: add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- xen-all.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xen-all.c') 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" -- cgit v1.2.1