AppPkg/Applications/Sockets/TftpServer: Make the include file names match the case of the files in the file system.

Change “#include <sys/Stat.h>” to “#include <sys/stat.h>”.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Leahy, Leroy P <leroy.p.leahy@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15891 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Daryl McDaniel 2014-08-25 20:47:20 +00:00 committed by darylm503
parent d90aa46258
commit 460f337bc0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#include <sys/EfiSysCall.h>
#include <sys/poll.h>
#include <sys/socket.h>
#include <sys/Stat.h>
#include <sys/stat.h>
//------------------------------------------------------------------------------
// Macros