From cf4afc913e6c1c4c59be79d9cf86cf9849f62427 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 27 Jul 2009 02:38:31 +0000 Subject: [PATCH] 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 --- UnixPkg/UnixSerialIoDxe/UnixSerialIo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UnixPkg/UnixSerialIoDxe/UnixSerialIo.h b/UnixPkg/UnixSerialIoDxe/UnixSerialIo.h index 2a63f24d48..18be8eb562 100644 --- a/UnixPkg/UnixSerialIoDxe/UnixSerialIo.h +++ b/UnixPkg/UnixSerialIoDxe/UnixSerialIo.h @@ -28,7 +28,8 @@ Abstract: #include #include -#include "PiDxe.h" +//#include "PiDxe.h" +#include "Uefi.h" #include #include -- 2.39.2