X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=d12867b26de3a16a8a4ca61f75d61899d9c1fd7e;hb=2de847a479c5a08a4e0dc8205a340809be8815f4;hp=3d257086a8b89faa8c1dc4560ed32ea16370fb0c;hpb=c819b1e06a731b497ea9e0bfbb6b3b753306a190;p=fw%2Fsdcc diff --git a/src/common.h b/src/common.h index 3d257086..d12867b2 100644 --- a/src/common.h +++ b/src/common.h @@ -4,9 +4,15 @@ #include #include +#if defined(__APPLE__) && (__MACH__) +#ifdef _G +#undef _G +#endif +#endif + #include "SDCCglobl.h" -#include "SDCCast.h" #include "SDCCmem.h" +#include "SDCCast.h" #include "SDCCy.h" #include "SDCChasht.h" #include "SDCCbitv.h" @@ -23,6 +29,10 @@ #include "SDCCopt.h" #include "SDCCglue.h" #include "SDCCpeeph.h" +#include "SDCCdebug.h" +#include "SDCCutil.h" #include "asm.h" #include "port.h" + +#include "newalloc.h"