summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeUdpIoLib
diff options
context:
space:
mode:
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-23 09:18:06 +0000
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-23 09:18:06 +0000
commit6c5dc2b0bf45c75e03cb0bc55d34ae7a2b3b4609 (patch)
tree1d10e6aa387604d6c6d01d13cdfd80c871d9517f /MdeModulePkg/Library/DxeUdpIoLib
parent402fa70fc9e1fb5e07149eb3985d42eadfcca71e (diff)
downloadedk2-6c5dc2b0bf45c75e03cb0bc55d34ae7a2b3b4609.zip
edk2-6c5dc2b0bf45c75e03cb0bc55d34ae7a2b3b4609.tar.gz
edk2-6c5dc2b0bf45c75e03cb0bc55d34ae7a2b3b4609.tar.bz2
pure UEFI should not include “PiDxe.h” and “PiPei.h”
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7101 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeUdpIoLib')
-rw-r--r--MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
index 39d3cc9..6efb37e 100644
--- a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
+++ b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
@@ -11,7 +11,7 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#include <PiDxe.h>
+#include <Uefi.h>
#include <Protocol/Udp4.h>