summaryrefslogtreecommitdiff
path: root/UnixPkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-27 02:38:31 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-27 02:38:31 +0000
commitcf4afc913e6c1c4c59be79d9cf86cf9849f62427 (patch)
tree4ad2bddcefc40d387f57c785e8d50e1d46fbf618 /UnixPkg
parent99f675941128d3e7288e953db47b21f757774b63 (diff)
Use Uefi.h instead of PiDxe.h, because B0 defined in Protocol/DebugSupport.h conflict with the B0 macro defined in usr/include/bits/termios.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9011 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg')
-rw-r--r--UnixPkg/UnixSerialIoDxe/UnixSerialIo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/UnixPkg/UnixSerialIoDxe/UnixSerialIo.h b/UnixPkg/UnixSerialIoDxe/UnixSerialIo.h
index 2a63f24d4..18be8eb56 100644
--- a/UnixPkg/UnixSerialIoDxe/UnixSerialIo.h
+++ b/UnixPkg/UnixSerialIoDxe/UnixSerialIo.h
@@ -28,7 +28,8 @@ Abstract:
#include <fcntl.h>
#include <errno.h>
-#include "PiDxe.h"
+//#include "PiDxe.h"
+#include "Uefi.h"
#include <Protocol/SerialIo.h>
#include <Protocol/DevicePath.h>