From 2dc09dd50fe30496efe9922ee6177ed7bdef6bc2 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Wed, 20 Nov 2013 18:31:01 +0000 Subject: Ignore transmit errors for UDPv4, UDPv6 and IPv4. Support local bind by validating the IP address using the IP configuration protocol. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy Reviewed-by: Ankit Singh3 git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14875 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLib/Include/Efi/EfiSocketLib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'StdLib/Include/Efi') diff --git a/StdLib/Include/Efi/EfiSocketLib.h b/StdLib/Include/Efi/EfiSocketLib.h index d78e9f6a12..efd6a61b1c 100644 --- a/StdLib/Include/Efi/EfiSocketLib.h +++ b/StdLib/Include/Efi/EfiSocketLib.h @@ -24,6 +24,8 @@ #include #include +#include +#include #include #include #include -- cgit v1.2.3