mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
Add missing foreigndefs.h, includes to foreign.c. (#214)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user