From patchwork Mon Apr 15 08:12:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 236519 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 377C42C00DD for ; Mon, 15 Apr 2013 18:13:35 +1000 (EST) Received: from localhost ([::1]:38661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UReXd-0001ob-9D for incoming@patchwork.ozlabs.org; Mon, 15 Apr 2013 04:13:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UReX7-0001YD-43 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UReX2-0003ji-8M for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:13:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UReX2-0003jW-0P for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:12:56 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3F8CsVI003938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 15 Apr 2013 04:12:54 -0400 Received: from redhat.com (vpn1-6-102.ams2.redhat.com [10.36.6.102]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r3F8Cplj032255; Mon, 15 Apr 2013 04:12:52 -0400 Date: Mon, 15 Apr 2013 11:12:50 +0300 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org Message-ID: <20130415081250.GA7374@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Paolo Bonzini , Anthony Liguori , Gerd Hoffmann , Bruce Rogers Subject: [Qemu-devel] [PATCH] acpi.h: make it self contained X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Headers shouldn't assume another header is included, pull in everything necessary. Signed-off-by: Michael S. Tsirkin --- 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 35f7e09..88f7378 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 */