]> Git Repo - qemu.git/commitdiff
acpi.h: make it self contained
authorMichael S. Tsirkin <[email protected]>
Mon, 15 Apr 2013 08:12:50 +0000 (11:12 +0300)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Message-id: 20130415081250[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
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 */
 
This page took 0.025601 seconds and 4 git commands to generate.