mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
99f6759411
commit
cf4afc913e
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue