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>
This commit is contained in:
Michael S. Tsirkin 2013-04-15 11:12:50 +03:00 committed by Anthony Liguori
parent b1ca31d7ce
commit 3718c7f091
1 changed files with 6 additions and 0 deletions

View File

@ -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 */