diff options
author | lpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-02-10 03:46:25 +0000 |
---|---|---|
committer | lpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-02-10 03:46:25 +0000 |
commit | d3a595ceb902372504db27442bca278c67d41b10 (patch) | |
tree | e85752587f3ebfe199b42dd2f00c070e01b85d1f /AppPkg/Applications/Sockets/OobTx/OobTx.h | |
parent | 826f9005c21d61845f64f779bc86c4ca15caa1e6 (diff) | |
download | edk2-platforms-d3a595ceb902372504db27442bca278c67d41b10.tar.xz |
Fix some errors detected by the GCC 4.4 compiler.
Signed-off-by: lpleahy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13007 6f19259b-4bc3-4df7-8a09-765794883524
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>
|