]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix case bug.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 17 Feb 2010 05:14:22 +0000 (05:14 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 17 Feb 2010 05:14:22 +0000 (05:14 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10021 6f19259b-4bc3-4df7-8a09-765794883524

EmbeddedPkg/Library/PrePiLib/Hob.c

index d0553149159dfecb7e9c6e53ca23d1adcef25e76..65c7e69a38518425f12fce1b2c17d6a7169abd88 100644 (file)
@@ -16,7 +16,7 @@
 #include <Protocol/PeCoffLoader.h>
 #include <Guid/ExtractSection.h>
 #include <Guid/MemoryTypeInformation.h>
 #include <Protocol/PeCoffLoader.h>
 #include <Guid/ExtractSection.h>
 #include <Guid/MemoryTypeInformation.h>
-#include <Library/PeCoffLib.H>
+#include <Library/PeCoffLib.h>
 
 //
 // Have to use build system to set the original value in case we are running
 
 //
 // Have to use build system to set the original value in case we are running