1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-30 13:52:23 +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

@@ -10,13 +10,14 @@
#include "version.h"
#include <stdio.h>
#include "lispemul.h"
#include "lispmap.h"
#include "emlglob.h"
#include "stack.h"
#include "lspglob.h"
#include "adr68k.h"
#include "testtooldefs.h"
#include "findkeydefs.h"
/***********************************************************************/