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:
klu2 2009-07-13 05:14:09 +00:00
parent c9a4a97748
commit b67f2798d9
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Abstract:
--*/
#include "SecMain.h"
#include "Uefi.h"
#include "Library/UnixLib.h"
int settimer_initialized;