From 460f337bc035b61dec3819f4b62a7181e3631b3f Mon Sep 17 00:00:00 2001 From: Daryl McDaniel Date: Mon, 25 Aug 2014 20:47:20 +0000 Subject: [PATCH] AppPkg/Applications/Sockets/TftpServer: Make the include file names match the case of the files in the file system. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change “#include ” to “#include ”. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel Reviewed-by: Leahy, Leroy P git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15891 6f19259b-4bc3-4df7-8a09-765794883524 --- AppPkg/Applications/Sockets/TftpServer/TftpServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppPkg/Applications/Sockets/TftpServer/TftpServer.h b/AppPkg/Applications/Sockets/TftpServer/TftpServer.h index 79b64c2820..2166893570 100644 --- a/AppPkg/Applications/Sockets/TftpServer/TftpServer.h +++ b/AppPkg/Applications/Sockets/TftpServer/TftpServer.h @@ -39,7 +39,7 @@ #include #include #include -#include +#include //------------------------------------------------------------------------------ // Macros -- 2.39.2