1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-09 17:51:39 +00:00

Cleanup warnings for missing/wrong include files

This commit is contained in:
Nick Briggs
2017-05-25 15:48:08 -07:00
parent e859670886
commit ce2fa3a119
5 changed files with 8 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ static char *id = "$Id: dbgtool.c,v 1.4 2001/12/24 01:09:00 sybalsky Exp $ Copyr
*/
/***************************************************************/
#include <stdio.h>
#include <string.h>
#include <setjmp.h>
#include "lispemul.h"
#include "lispmap.h"