HV: hotfix for acpi.c compile error

In commit b68aee6ef1, acpi.c
removed "hypervisor.h" which includes "acrn_common.h", but
commit e2d723d4fa is depend on
"acrn_common.h", this caused build error.

Tracked-On: #3073

Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Victor Sun 2019-05-07 13:56:00 +08:00 committed by ACRN System Integration
parent 6b93de7438
commit ddd54927d7

View File

@ -35,6 +35,7 @@
#include <ioapic.h>
#include <logmsg.h>
#include <host_pm.h>
#include <acrn_common.h>
#define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Ptr */
#define ACPI_OEM_ID_SIZE 6