From b220c04ff6b39f57d3b427ab8f41fb17a08903ac Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jun 2008 15:52:35 +0100 Subject: [PATCH] #include "exec-all.h" for logfile --- hw/cirrus_vga.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c index 2a37b0b9..209c2006 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 -- 2.39.5