From 87263b889d2e90c235dda39c569f96a4e3e4f1ea Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Sep 2008 16:34:12 +0100 Subject: [PATCH] Add missing include of qemu-xen.h. Without this, we miss the prototype of xen_vga_stolen_vram_addr and the compiler passes it a uint32 when it needs a uint64. --- hw/xen_platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xen_platform.c b/hw/xen_platform.c index 75a0a28c..937b802c 100644 --- a/hw/xen_platform.c +++ b/hw/xen_platform.c @@ -26,6 +26,7 @@ #include "hw.h" #include "pci.h" #include "irq.h" +#include "qemu-xen.h" #include -- 2.39.5