]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Use Uefi.h instead of PiDxe.h, because B0 defined in Protocol/DebugSupport.h conflict...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 27 Jul 2009 02:38:31 +0000 (02:38 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 27 Jul 2009 02:38:31 +0000 (02:38 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9011 6f19259b-4bc3-4df7-8a09-765794883524

UnixPkg/UnixSerialIoDxe/UnixSerialIo.h

index 2a63f24d4836fc1a8d853f192b478caea8791826..18be8eb56269833b6e5cfe202e2ffd1cde974309 100644 (file)
@@ -28,7 +28,8 @@ Abstract:
 #include <fcntl.h>\r
 #include <errno.h>\r
 \r
-#include "PiDxe.h"\r
+//#include "PiDxe.h"
+#include "Uefi.h"\r
 #include <Protocol/SerialIo.h>\r
 #include <Protocol/DevicePath.h>\r
 \r