summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Sockets/OobRx/OobRx.h
diff options
context:
space:
mode:
authorlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-10 03:46:25 +0000
committerlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-10 03:46:25 +0000
commitd3a595ceb902372504db27442bca278c67d41b10 (patch)
treee85752587f3ebfe199b42dd2f00c070e01b85d1f /AppPkg/Applications/Sockets/OobRx/OobRx.h
parent826f9005c21d61845f64f779bc86c4ca15caa1e6 (diff)
downloadedk2-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/OobRx/OobRx.h')
-rw-r--r--AppPkg/Applications/Sockets/OobRx/OobRx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AppPkg/Applications/Sockets/OobRx/OobRx.h b/AppPkg/Applications/Sockets/OobRx/OobRx.h
index 37730cada7..cd31ddc2d4 100644
--- a/AppPkg/Applications/Sockets/OobRx/OobRx.h
+++ b/AppPkg/Applications/Sockets/OobRx/OobRx.h
@@ -45,6 +45,7 @@
#include <Uefi.h>
#include <errno.h>
#include <stdlib.h>
+#include <string.h>
#include <netinet/in.h>