diff options
Diffstat (limited to 'MdeModulePkg')
-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>
|