X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=d1a5b21fdbe97aacd770fea3da1e6cc6102d4a99;hb=80972b2e54c9b88f11c27b878874fd2a6a681391;hp=8a8ad4fe1c418cfd21b79bad174ec9edff8121f5;hpb=df203a96d87ea3322e836e3dd980f64b80b234e7;p=fw%2Fsdcc diff --git a/src/common.h b/src/common.h index 8a8ad4fe..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 @@ -29,9 +33,12 @@ #include "SDCCopt.h" #include "SDCCglue.h" #include "SDCCpeeph.h" +#include "SDCCdebug.h" #include "SDCCutil.h" +#include "SDCCasm.h" -#include "asm.h" #include "port.h" #include "newalloc.h" + +#endif