From ddd54927d7bac290b5f70ab033d66363b32a7d4b Mon Sep 17 00:00:00 2001 From: Victor Sun Date: Tue, 7 May 2019 13:56:00 +0800 Subject: [PATCH] HV: hotfix for acpi.c compile error In commit b68aee6ef1d8217f592df0cdd3446618d5a770f9, acpi.c removed "hypervisor.h" which includes "acrn_common.h", but commit e2d723d4fa914071fa99c801c7e3ef93ab7ec269 is depend on "acrn_common.h", this caused build error. Tracked-On: #3073 Signed-off-by: Victor Sun --- hypervisor/boot/acpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hypervisor/boot/acpi.c b/hypervisor/boot/acpi.c index e544c4f17..8cfea7926 100644 --- a/hypervisor/boot/acpi.c +++ b/hypervisor/boot/acpi.c @@ -35,6 +35,7 @@ #include #include #include +#include #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Ptr */ #define ACPI_OEM_ID_SIZE 6