mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
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 <pbonzini@redhat.com> Tested-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
ca273d58d8
commit
4ad549e89e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue