diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-04-15 11:12:50 +0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-15 10:22:04 -0500 |
commit | 3718c7f0914c39d048a00f609baa4f47f7fc727f (patch) | |
tree | de8760e496ae7da52f9ce0be5909e13cf64f1602 /include/hw | |
parent | b1ca31d7ce648a10e3513bb4b5e7f89a8702aec7 (diff) |
acpi.h: make it self contained
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>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/acpi/acpi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/hw/acpi/acpi.h b/include/hw/acpi/acpi.h index e18ef28fd3..de7fb3c0a4 100644 --- a/include/hw/acpi/acpi.h +++ b/include/hw/acpi/acpi.h @@ -19,6 +19,12 @@ * <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 */ |