diff options
| author | Michael S. Tsirkin | 2013-04-15 10:12:50 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-04-15 17:22:04 +0200 |
| commit | 3718c7f0914c39d048a00f609baa4f47f7fc727f (patch) | |
| tree | de8760e496ae7da52f9ce0be5909e13cf64f1602 /include | |
| parent | target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHR (diff) | |
| download | qemu-3718c7f0914c39d048a00f609baa4f47f7fc727f.tar.gz qemu-3718c7f0914c39d048a00f609baa4f47f7fc727f.tar.xz qemu-3718c7f0914c39d048a00f609baa4f47f7fc727f.zip | |
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')
| -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 */ |
