From: Michael S. Tsirkin Date: Mon, 15 Apr 2013 08:12:50 +0000 (+0300) Subject: acpi.h: make it self contained X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e53339cf7cf90cf5c7a6bca64d0e7c0956f53a66;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 Signed-off-by: Paolo Bonzini --- diff --git a/include/hw/acpi/acpi.h b/include/hw/acpi/acpi.h index 4cd52c1b36..635be7be10 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 */