mirror of https://github.com/acidanthera/audk.git
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/EdkIIGlueBase.h:
Similar to previous change in TianoBind.h in r5123 for the Intel compiler. Include <EfiBind.h> instead of "EfiBind.h", or for some reason __STDC_VERSION__ is not defined. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5272 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
03836d005d
commit
e68757dee8
|
@ -38,7 +38,7 @@ Abstract:
|
|||
// General Type & API definitions
|
||||
//
|
||||
|
||||
#include "EfiBind.h"
|
||||
#include <EfiBind.h>
|
||||
#include "EfiTypes.h"
|
||||
#include "EfiError.h"
|
||||
#include "Common/EdkIIGlueBaseTypes.h"
|
||||
|
|
Loading…
Reference in New Issue