X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FCCode%2FSource%2FCommon%2FCommonLib.h;h=f6c29ef8a8727d99b23416123763642fb2aa919d;hp=46f0cbace5645a9771ac4f818658c7975332cb8a;hb=fec763384826dd661c776bb6260ab2a8eda9bafa;hpb=cbee1e74073214f0cef4025a881f13159bd1dcd0 diff --git a/Tools/CCode/Source/Common/CommonLib.h b/Tools/CCode/Source/Common/CommonLib.h index 46f0cbace5..f6c29ef8a8 100644 --- a/Tools/CCode/Source/Common/CommonLib.h +++ b/Tools/CCode/Source/Common/CommonLib.h @@ -124,9 +124,13 @@ PrintGuidToBuffer ( #define ASSERT(x) assert(x) #ifdef __GNUC__ +#include +#include #define stricmp strcasecmp +#define _stricmp strcasecmp #define strnicmp strncasecmp #define strcmpi strcasecmp +size_t _filelength(FILE *file); #ifndef __CYGWIN__ char *strlwr(char *s); #endif