From 130ec206d7615c37392419ad3b5481d4b1d03223 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jun 2008 17:18:19 +0100 Subject: [PATCH] #include "sysemu.h", since vl.h is gone --- hw/piix4acpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/piix4acpi.c b/hw/piix4acpi.c index 36d926f8..12a6afb0 100644 --- a/hw/piix4acpi.c +++ b/hw/piix4acpi.c @@ -26,6 +26,7 @@ #include "hw.h" #include "pc.h" #include "pci.h" +#include "sysemu.h" #include -- 2.39.5