]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add DevicePathLib reference, for these macros have been moved to DevicePathLib
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 13 Nov 2008 07:45:26 +0000 (07:45 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 13 Nov 2008 07:45:26 +0000 (07:45 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6489 6f19259b-4bc3-4df7-8a09-765794883524

UnixPkg/UnixThunkDxe/UnixThunk.c
UnixPkg/UnixThunkDxe/UnixThunk.inf

index bfcc811fb08dbf3b0cb30103cad9ac8aac621af9..16990a497840b062ac21981fdfac98d5fd7a3f03 100644 (file)
@@ -35,7 +35,8 @@ Abstract:
 #include <Library/UefiDriverEntryPoint.h>\r
 #include <Library/UnixLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
-#include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/UefiBootServicesTableLib.h>
+#include <Library/DevicePathLib.h>\r
 \r
 //\r
 // WinNtThunk Device Path Protocol Instance\r
index 58bade962feb2113da2ad6fe4adbc6be8762a5dd..fd803b1b13408b1801df6d08c094cd73d36ee6cb 100644 (file)
@@ -47,7 +47,9 @@
   UnixLib\r
   UefiDriverEntryPoint\r
   UefiLib\r
-  DebugLib\r
+  DebugLib
+  DevicePathLib
+\r
 \r
 \r
 [Protocols]\r