mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
OvmfPkg/OvmfXen: Add missing Xen's sched.h include
BaseResetShutdownXen.c relies on XEN_SCHEDOP_SHUTDOWN which is included in IndustryStandard/Xen/sched.h. Signed-off-by: Teddy Astie <teddy.astie@vates.tech>
This commit is contained in:
parent
79eab6ffff
commit
ff9bd64b9d
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <Base.h> // BIT13
|
||||
|
||||
#include <IndustryStandard/Xen/sched.h>
|
||||
#include <Library/BaseLib.h> // CpuDeadLoop()
|
||||
#include <Library/DebugLib.h> // ASSERT()
|
||||
#include <Library/IoLib.h> // IoOr16()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue