diff --git a/inc/lispemul.h b/inc/lispemul.h index ef425e8..fccc24e 100755 --- a/inc/lispemul.h +++ b/inc/lispemul.h @@ -469,12 +469,11 @@ DOSTACKOVERFLOW(argnum,bytenum) if it needs hardreturn-cleanup /* */ /************************************************************************/ +#include extern DLword *createcell68k(unsigned int type); extern LispPTR *alloc_mdspage(register short int type); extern UNSIGNED N_OP_unwind(register LispPTR *cstkptr, register LispPTR tos, int n, int keep); -extern char *getenv(const char *); extern int error(char *); -#include