diff options
Diffstat (limited to 'backendC/CleanCompilerSources/macros_2.c')
-rw-r--r-- | backendC/CleanCompilerSources/macros_2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/macros_2.c b/backendC/CleanCompilerSources/macros_2.c index 0a63a9b..a7b974a 100644 --- a/backendC/CleanCompilerSources/macros_2.c +++ b/backendC/CleanCompilerSources/macros_2.c @@ -3,6 +3,8 @@ Author: John van Groningen */ +#include "compiledefines.h" +#include "types.t" #include "types.t" #include "system.h" #include "syntaxtr.t" @@ -14,4 +16,3 @@ #include "checktypedefs.h" struct local_def *free_ldefs; - |