]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add missing library class.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2008 07:38:14 +0000 (07:38 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2008 07:38:14 +0000 (07:38 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5662 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf

index 2631a273cec41f8de01517e7e327d976108860d7..6b9f12d12f6c97d1466f73ccde818bf578dfd939 100644 (file)
@@ -19,6 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 // The Library classes this module produced\r
 //\r
 #include <Library/PeiCoreEntryPoint.h>\r
+#include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
 \r
 /**\r
index 7ff4750c46b9365e91f373c38a9425e4777b2955..3d4046f9cd7a08adecd4b5f4f97917de528e3ee3 100644 (file)
@@ -36,3 +36,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib
\ No newline at end of file