Re: [Qemu-devel] [PATCH 2/2] xen: add missing include

2012-12-21 Thread Andreas Färber
Am 20.12.2012 12:29, schrieb Paolo Bonzini: > 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 Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,

[Qemu-devel] [PATCH 2/2] xen: add missing include

2012-12-20 Thread Paolo Bonzini
xen-all needs to access CharDeviceState's filename field, so it needs to include char/char.h. Signed-off-by: Paolo Bonzini --- xen-all.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen-all.c b/xen-all.c index 50edaec..19bcfd1 100644 --- a/xen-all.c +++ b/xen-all.c @@ -16,6 +16,7 @@ #inc