diff options
author | xdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-22 05:21:26 +0000 |
---|---|---|
committer | xdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-22 05:21:26 +0000 |
commit | 7b126c2e8012b36f9ed1352403e7152aa4bd28ae (patch) | |
tree | 71e63b34633fe307aeb40e4c303f3afeb7294571 | |
parent | 77fafe9890d572992edeeb57989c9f7a6984a086 (diff) | |
download | edk2-7b126c2e8012b36f9ed1352403e7152aa4bd28ae.tar.gz edk2-7b126c2e8012b36f9ed1352403e7152aa4bd28ae.tar.bz2 edk2-7b126c2e8012b36f9ed1352403e7152aa4bd28ae.zip |
Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11078 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Include/Library/NetLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h index fe59cc3e44..102d7f1413 100644 --- a/MdeModulePkg/Include/Library/NetLib.h +++ b/MdeModulePkg/Include/Library/NetLib.h @@ -19,6 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Protocol/Ip6.h>
#include <Library/BaseLib.h>
+#include <Library/BaseMemoryLib.h>
typedef UINT32 IP4_ADDR;
typedef UINT32 TCP_SEQNO;
|