<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From cd6ac7c39743fc4de3dd01b8ce131ed5a3539f38 Mon Sep 17 00:00:00 2001
Message-Id: &lt;cd6ac7c39743fc4de3dd01b8ce131ed5a3539f38.1347459676.git.minovotn@redhat.com&gt;
From: Michal Novotny &lt;minovotn@redhat.com&gt;
Date: Wed, 12 Sep 2012 16:20:50 +0200
Subject: [PATCH] Fix build

This is patch to fix build with PIIX4 with PM states patch.

- Related: bz#827503

Signed-off-by: Michal Novotny &lt;minovotn@redhat.com&gt;
---
 hw/acpi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/acpi.c b/hw/acpi.c
index 7c9a855..5c712e3 100644
--- a/hw/acpi.c
+++ b/hw/acpi.c
@@ -26,6 +26,7 @@
 #include "qemu-kvm.h"
 #include "string.h"
 #include "ioport.h"
+#include "fw_cfg.h"
 
 //#define DEBUG
 
-- 
1.7.11.4

</pre></body></html>