From: Michael S. Tsirkin Date: Mon, 15 Apr 2013 08:12:50 +0000 (+0300) Subject: acpi.h: make it self contained X-Git-Tag: v1.5.0-rc0~289 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3718c7f0914c39d048a00f609baa4f47f7fc727f;p=qemu.git acpi.h: make it self contained Headers shouldn't assume another header is included, pull in everything necessary. Signed-off-by: Michael S. Tsirkin Message-id: 20130415081250.GA7374@redhat.com Signed-off-by: Anthony Liguori --- diff --git a/include/hw/acpi/acpi.h b/include/hw/acpi/acpi.h index e18ef28fd..de7fb3c0a 100644 --- a/include/hw/acpi/acpi.h +++ b/include/hw/acpi/acpi.h @@ -19,6 +19,12 @@ * . */ +#include "qapi/error.h" +#include "qemu/typedefs.h" +#include "qemu/notify.h" +#include "qemu/option.h" +#include "exec/memory.h" + /* from linux include/acpi/actype.h */ /* Default ACPI register widths */