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

Add missing foreigndefs.h, includes to foreign.c. (#214)

This commit is contained in:
Bruce Mitchener
2021-01-13 08:14:19 +07:00
committed by GitHub
parent c7314dcb31
commit 19329883d5
4 changed files with 25 additions and 1 deletions

View File

@@ -11,7 +11,9 @@
#include "version.h"
#ifndef NOFORN
#include <stdio.h>
#include <sys/param.h>
#include "dld.h"
#include "lispemul.h"
#include "lspglob.h"
@@ -19,9 +21,12 @@
#include "adr68k.h"
#include "lispmap.h"
#include "lsptypes.h"
#include "lisp2cdefs.h"
#include "locfile.h"
#include "medleyfp.h"
#include "mkcelldefs.h"
#include "arith.h"
#include "commondefs.h"
#include "stack.h"
#include "foreigndefs.h"