Skip to content

Commit

Permalink
xen: add missing include
Browse files Browse the repository at this point in the history
xen-all needs to access CharDeviceState's filename field, so
it needs to include char/char.h.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Tested-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
bonzini authored and blueswirl committed Dec 22, 2012
1 parent ca273d5 commit 4ad549e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xen-all.c
Expand Up @@ -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"
Expand Down

0 comments on commit 4ad549e

Please sign in to comment.