From: qhuang8 Date: Thu, 13 Nov 2008 07:45:26 +0000 (+0000) Subject: Add DevicePathLib reference, for these macros have been moved to DevicePathLib X-Git-Tag: edk2-stable201903~19754 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3c043881a9e3ace8c829ebad318a53a53137c7e2;hp=53347b6ed4320f78e75db8fa26edeb85f0808c1f Add DevicePathLib reference, for these macros have been moved to DevicePathLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6489 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/UnixPkg/UnixThunkDxe/UnixThunk.c b/UnixPkg/UnixThunkDxe/UnixThunk.c index bfcc811fb0..16990a4978 100644 --- a/UnixPkg/UnixThunkDxe/UnixThunk.c +++ b/UnixPkg/UnixThunkDxe/UnixThunk.c @@ -35,7 +35,8 @@ Abstract: #include #include #include -#include +#include +#include // // WinNtThunk Device Path Protocol Instance diff --git a/UnixPkg/UnixThunkDxe/UnixThunk.inf b/UnixPkg/UnixThunkDxe/UnixThunk.inf index 58bade962f..fd803b1b13 100644 --- a/UnixPkg/UnixThunkDxe/UnixThunk.inf +++ b/UnixPkg/UnixThunkDxe/UnixThunk.inf @@ -47,7 +47,9 @@ UnixLib UefiDriverEntryPoint UefiLib - DebugLib + DebugLib + DevicePathLib + [Protocols]