From: qwang12 Date: Tue, 3 Jul 2007 12:39:53 +0000 (+0000) Subject: Use String.h X-Git-Tag: edk2-stable201903~22943 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=9ef46507246fc3b19e4c80efa618795b2adb8adc;p=mirror_edk2.git Use String.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3012 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/String.c b/Nt32Pkg/PlatformBdsDxe/Generic/String.c index dc4ed3b6ea..51f0cff757 100644 --- a/Nt32Pkg/PlatformBdsDxe/Generic/String.c +++ b/Nt32Pkg/PlatformBdsDxe/Generic/String.c @@ -27,7 +27,7 @@ Revision History #include "CommonHeader.h" #include "Bds.h" -#include "BdsString.h" +#include "String.h" #include "Language.h" EFI_GUID gBdsStringPackGuid = { 0x7bac95d3, 0xddf, 0x42f3, 0x9e, 0x24, 0x7c, 0x64, 0x49, 0x40, 0x37, 0x9a };