summaryrefslogtreecommitdiff
path: root/StdLib/Include
diff options
context:
space:
mode:
authorjiaxinwu <jiaxin.wu@intel.com>2015-07-08 03:12:58 +0000
committerjiaxinwu <jiaxinwu@Edk2>2015-07-08 03:12:58 +0000
commitc581e5037dca6e1446972aed194f13c9cdd0b01b (patch)
tree3513f905f8a8172c91d2b14e21af88136b5cd12f /StdLib/Include
parent395616868f51df1aba68c6ae692b56082d754c10 (diff)
downloadedk2-c581e5037dca6e1446972aed194f13c9cdd0b01b.zip
edk2-c581e5037dca6e1446972aed194f13c9cdd0b01b.tar.gz
edk2-c581e5037dca6e1446972aed194f13c9cdd0b01b.tar.bz2
StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: jiaxinwu <jiaxin.wu@intel.com> Reviewed-by: "Leahy, Leroy P" <leroy.p.leahy@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17875 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/Include')
-rw-r--r--StdLib/Include/Efi/EfiSocketLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/StdLib/Include/Efi/EfiSocketLib.h b/StdLib/Include/Efi/EfiSocketLib.h
index efd6a61..7618d02 100644
--- a/StdLib/Include/Efi/EfiSocketLib.h
+++ b/StdLib/Include/Efi/EfiSocketLib.h
@@ -1,7 +1,7 @@
/** @file
Definitions for the EFI Socket layer library.
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011 - 2015, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -24,7 +24,7 @@
#include <Library/UefiLib.h>
#include <Protocol/EfiSocket.h>
-#include <Protocol/Ip4Config.h>
+#include <Protocol/Ip4Config2.h>
#include <Protocol/Ip6Config.h>
#include <Protocol/ServiceBinding.h>
#include <Protocol/Tcp4.h>