mirror of https://github.com/acidanthera/audk.git
Fix build broken, EFI_TIME_IN_DAYLIGHT used in Sec/UnixThunk.c is defined in Uefi specification, so need include Uefi.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8916 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c9a4a97748
commit
b67f2798d9
|
@ -32,6 +32,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
#include "SecMain.h"
|
||||
#include "Uefi.h"
|
||||
#include "Library/UnixLib.h"
|
||||
|
||||
int settimer_initialized;
|
||||
|
|
Loading…
Reference in New Issue