From: qhuang8 Date: Mon, 23 Feb 2009 03:49:14 +0000 (+0000) Subject: Fix typo in include file name X-Git-Tag: edk2-stable201903~18662 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7d10090a289d040768c75099deb54488590dc6a0 Fix typo in include file name git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7588 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h index f7b15556bf..39d28b83a3 100644 --- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h +++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h @@ -38,7 +38,7 @@ Abstract: #include #include #include -#include +#include extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[]; extern EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[];