From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URjOX-0003BE-MW for qemu-devel@nongnu.org; Mon, 15 Apr 2013 09:24:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URjOV-0003F6-E7 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 09:24:29 -0400 Received: from mail-bk0-x229.google.com ([2a00:1450:4008:c01::229]:36997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URjK4-0001TV-I9 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 09:19:52 -0400 Received: by mail-bk0-f41.google.com with SMTP id i18so2348687bkv.28 for ; Mon, 15 Apr 2013 06:19:51 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 15 Apr 2013 15:19:27 +0200 Message-Id: <1366031973-7718-7-git-send-email-pbonzini@redhat.com> In-Reply-To: <1366031973-7718-1-git-send-email-pbonzini@redhat.com> References: <1366031973-7718-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 06/12] acpi.h: make it self contained List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" From: "Michael S. Tsirkin" Headers shouldn't assume another header is included, pull in everything necessary. Signed-off-by: Michael S. Tsirkin Signed-off-by: Paolo Bonzini --- include/hw/acpi/acpi.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/hw/acpi/acpi.h b/include/hw/acpi/acpi.h index 4cd52c1..635be7b 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 */ -- 1.8.1.4