diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 07:45:26 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 07:45:26 +0000 |
commit | 3c043881a9e3ace8c829ebad318a53a53137c7e2 (patch) | |
tree | 2c12a2734ada92bfac1c22f0757c42547bbb4316 /UnixPkg/UnixThunkDxe/UnixThunk.c | |
parent | 53347b6ed4320f78e75db8fa26edeb85f0808c1f (diff) | |
download | edk2-platforms-3c043881a9e3ace8c829ebad318a53a53137c7e2.tar.xz |
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
Diffstat (limited to 'UnixPkg/UnixThunkDxe/UnixThunk.c')
-rw-r--r-- | UnixPkg/UnixThunkDxe/UnixThunk.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <Library/UefiDriverEntryPoint.h>
#include <Library/UnixLib.h>
#include <Library/MemoryAllocationLib.h>
-#include <Library/UefiBootServicesTableLib.h>
+#include <Library/UefiBootServicesTableLib.h> +#include <Library/DevicePathLib.h>
//
// WinNtThunk Device Path Protocol Instance
|