mirror of https://github.com/acidanthera/audk.git
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:
parent
d90aa46258
commit
460f337bc0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue