1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-27 12:22:24 +00:00

Clean up missing include file when compiling for INIT (#359)

* Compiling for INIT requires an extra include file vs normal.

* Compiling for INIT often includes tracing which also requires additional includes
This commit is contained in:
Nick Briggs
2021-02-17 11:35:33 -08:00
committed by GitHub
parent 747b8e468e
commit 31927cd255
8 changed files with 23 additions and 15 deletions

View File

@@ -39,7 +39,7 @@
#include "initatms.h"
#include "cell.h"
#include "return.h"
#include "testtooldefs.h"
#include "returndefs.h"
#include "commondefs.h"