mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
HV: hotfix for acpi.c compile error
In commitb68aee6ef1
, acpi.c removed "hypervisor.h" which includes "acrn_common.h", but commite2d723d4fa
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:
parent
6b93de7438
commit
ddd54927d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user