diff options
Diffstat (limited to 'AppPkg/Applications')
-rw-r--r-- | AppPkg/Applications/Sockets/TftpServer/TftpServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/EfiSysCall.h>
#include <sys/poll.h>
#include <sys/socket.h>
-#include <sys/Stat.h>
+#include <sys/stat.h>
//------------------------------------------------------------------------------
// Macros
|