diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-05 07:03:55 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-05 07:03:55 +0000 |
commit | e1a590c3e7d1d4947d870944408f1471e3655e2f (patch) | |
tree | 870c9684ffc9ab4d2f4af5b193bba71a2d6be627 | |
parent | 55a5da2838090416aa3ab0f9dbac9997ae64f269 (diff) | |
download | edk2-platforms-e1a590c3e7d1d4947d870944408f1471e3655e2f.tar.xz |
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
-rw-r--r-- | MdeModulePkg/Library/DxeNetLib/DxeNetLib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c index 996dc5f800..7c7dd74694 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>
|