summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeNetLib
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-05 07:03:55 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-05 07:03:55 +0000
commite1a590c3e7d1d4947d870944408f1471e3655e2f (patch)
tree870c9684ffc9ab4d2f4af5b193bba71a2d6be627 /MdeModulePkg/Library/DxeNetLib
parent55a5da2838090416aa3ab0f9dbac9997ae64f269 (diff)
downloadedk2-e1a590c3e7d1d4947d870944408f1471e3655e2f.zip
edk2-e1a590c3e7d1d4947d870944408f1471e3655e2f.tar.gz
edk2-e1a590c3e7d1d4947d870944408f1471e3655e2f.tar.bz2
Add missing include for protocol header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6404 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeNetLib')
-rw-r--r--MdeModulePkg/Library/DxeNetLib/DxeNetLib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
index 996dc5f..7c7dd74 100644
--- a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
+++ b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
@@ -28,6 +28,7 @@ Abstract:
#include <Protocol/ComponentName.h>
#include <Protocol/ComponentName2.h>
#include <Protocol/Ip4.h>
+#include <Protocol/Dpc.h>
#include <Library/NetLib.h>
#include <Library/BaseLib.h>