mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
include inttypes.h in xen.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a85d68877f
commit
23327f7542
1 changed files with 1 additions and 0 deletions
1
hw/xen.h
1
hw/xen.h
|
@ -6,6 +6,7 @@
|
|||
* must not depend on any xen headers being present in
|
||||
* /usr/include/xen, so it can be included unconditionally.
|
||||
*/
|
||||
#include <inttypes.h>
|
||||
|
||||
/* xen-machine.c */
|
||||
enum xen_mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue