X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/ba3fb2f023254ab853df278e1719fc55938e1c16..1c599472b02783ee80691bfdaa465af9fbf25c8a:/hw/xen/xen_pt_graphics.c diff --git a/hw/xen/xen_pt_graphics.c b/hw/xen/xen_pt_graphics.c index e7a7c7e263..0f4c8d77e2 100644 --- a/hw/xen/xen_pt_graphics.c +++ b/hw/xen/xen_pt_graphics.c @@ -1,6 +1,8 @@ /* * graphics passthrough */ +#include "qemu/osdep.h" +#include "qapi/error.h" #include "xen_pt.h" #include "xen-host-pci-device.h" #include "hw/xen/xen_backend.h"