diff options
Diffstat (limited to 'backendC/CleanCompilerSources/tcsupport_2.c')
-rw-r--r-- | backendC/CleanCompilerSources/tcsupport_2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/tcsupport_2.c b/backendC/CleanCompilerSources/tcsupport_2.c index 173f6e1..6c514e9 100644 --- a/backendC/CleanCompilerSources/tcsupport_2.c +++ b/backendC/CleanCompilerSources/tcsupport_2.c @@ -6,8 +6,9 @@ #pragma options (!macsbug_names) +#include "compiledefines.h" +#include "types.t" #include "system.h" - #include "settings.h" #include "syntaxtr.t" #include "comsupport.h" |