diff options
Diffstat (limited to 'AppPkg/Applications/Sockets/OobTx/OobTx.h')
-rw-r--r-- | AppPkg/Applications/Sockets/OobTx/OobTx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AppPkg/Applications/Sockets/OobTx/OobTx.h b/AppPkg/Applications/Sockets/OobTx/OobTx.h index d700d3e59f..ab8f39aa26 100644 --- a/AppPkg/Applications/Sockets/OobTx/OobTx.h +++ b/AppPkg/Applications/Sockets/OobTx/OobTx.h @@ -45,6 +45,7 @@ #include <Uefi.h>
#include <errno.h>
#include <stdlib.h>
+#include <string.h>
#include <netinet/in.h>
|