summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-11 20:24:11 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-11 20:24:11 +0000
commit0dbeedde3437052eff6045b3a2a4874ed48b1854 (patch)
tree4bf5d03f0e9dfe1ad15e2ff66899ce40f0144886 /EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib
parentdb13e3c00baf9ad0a4264e5fdcb17b5c147c5f15 (diff)
downloadedk2-0dbeedde3437052eff6045b3a2a4874ed48b1854.tar.gz
edk2-0dbeedde3437052eff6045b3a2a4874ed48b1854.tar.bz2
edk2-0dbeedde3437052eff6045b3a2a4874ed48b1854.zip
Fixed several include filename issues for gcc+unix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5046 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/Hob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/Hob.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/Hob.c
index fcdda931c5..9e608288e7 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/Hob.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/Hob.c
@@ -21,7 +21,7 @@ Abstract:
#include "Tiano.h"
#include "Pei.h"
-#include "peilib.h"
+#include "PeiLib.h"
#include EFI_GUID_DEFINITION (MemoryAllocationHob)