diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-17 05:14:22 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-17 05:14:22 +0000 |
commit | 3cfc8576473e998236872c4c41805ba7016f8989 (patch) | |
tree | 8182cfc793f99fc6ed52a0d57253463406fde4af /EmbeddedPkg | |
parent | 3351d21fe1dbd219198963bc3aeaf389cbae8cb3 (diff) | |
download | edk2-platforms-3cfc8576473e998236872c4c41805ba7016f8989.tar.xz |
Fix case bug.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10021 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg')
-rw-r--r-- | EmbeddedPkg/Library/PrePiLib/Hob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/PrePiLib/Hob.c b/EmbeddedPkg/Library/PrePiLib/Hob.c index d055314915..65c7e69a38 100644 --- a/EmbeddedPkg/Library/PrePiLib/Hob.c +++ b/EmbeddedPkg/Library/PrePiLib/Hob.c @@ -16,7 +16,7 @@ #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 |