lisp: Add needed system #include directives
This commit is contained in:
parent
7bfbc53b11
commit
9c33f1d460
|
|
@ -22,6 +22,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lisp/lisp.h"
|
||||
#include "lispInt.h"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lisp/lisp.h"
|
||||
#include "lispInt.h"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "lisp/lisp.h"
|
||||
#include "lispInt.h"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lisp/lisp.h"
|
||||
#include "lispInt.h"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "lisp/lisp.h"
|
||||
#include "lispInt.h"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "lisp/lisp.h"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "lisp/lisp.h"
|
||||
#include "lispInt.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue