]> git.proxmox.com Git - qemu.git/commitdiff
acpi.h: make it self contained
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 15 Apr 2013 08:12:50 +0000 (11:12 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 15 Apr 2013 15:22:04 +0000 (10:22 -0500)
Headers shouldn't assume another header is included,
pull in everything necessary.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 20130415081250.GA7374@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
include/hw/acpi/acpi.h

index e18ef28fd32d1b064fb116289c76d458bd4587b7..de7fb3c0a4192bcee28888453a9a77973ecb0e6b 100644 (file)
  * <http://www.gnu.org/licenses/>.
  */
 
+#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 */