From: Ian Jackson Date: Mon, 2 Jun 2008 14:52:35 +0000 (+0100) Subject: #include "exec-all.h" for logfile X-Git-Tag: xen-3.3.0-rc1~118 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b220c04ff6b39f57d3b427ab8f41fb17a08903ac;p=qemu-xen-4.1-testing.git #include "exec-all.h" for logfile --- diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c index 2a37b0b9e..209c20068 100644 --- a/hw/cirrus_vga.c +++ b/hw/cirrus_vga.c @@ -31,6 +31,9 @@ #include "pci.h" #include "console.h" #include "vga_int.h" + +#include "exec-all.h" + #ifndef _WIN32 #include #endif