X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=d1a5b21fdbe97aacd770fea3da1e6cc6102d4a99;hb=bb226788dab3832b0ec0cda70874ce3fce4eebc6;hp=d12867b26de3a16a8a4ca61f75d61899d9c1fd7e;hpb=c7f4a6fa7318f4495c4c68870600eede23249868;p=fw%2Fsdcc diff --git a/src/common.h b/src/common.h index d12867b2..d1a5b21f 100644 --- a/src/common.h +++ b/src/common.h @@ -4,6 +4,10 @@ #include #include + +#ifndef COMMON_H +#define COMMON_H + #if defined(__APPLE__) && (__MACH__) #ifdef _G #undef _G @@ -31,8 +35,10 @@ #include "SDCCpeeph.h" #include "SDCCdebug.h" #include "SDCCutil.h" +#include "SDCCasm.h" -#include "asm.h" #include "port.h" #include "newalloc.h" + +#endif