]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commit
Add missing include of qemu-xen.h.
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 12 Sep 2008 15:34:12 +0000 (16:34 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 12 Sep 2008 15:34:12 +0000 (16:34 +0100)
commit87263b889d2e90c235dda39c569f96a4e3e4f1ea
tree9b9920a21f5eb4bd0902341f2a46998c540a7d03
parent2677b3fb237f8934bf5d56e080888a7a6a14e534
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