浏览代码

"exit" is defined in "stdlib".

Roberto Ierusalimschy 29 年之前
父节点
当前提交
7a38bdd4b3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      opcode.c

+ 2 - 1
opcode.c

@@ -3,11 +3,12 @@
 ** TecCGraf - PUC-Rio
 ** TecCGraf - PUC-Rio
 */
 */
 
 
-char *rcs_opcode="$Id: opcode.c,v 3.69 1996/05/28 21:07:32 roberto Exp roberto $";
+char *rcs_opcode="$Id: opcode.c,v 3.70 1996/06/10 19:36:24 roberto Exp roberto $";
 
 
 #include <setjmp.h>
 #include <setjmp.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <string.h>
 #include <string.h>
+#include <stdlib.h>
 
 
 #include "luadebug.h"
 #include "luadebug.h"
 #include "mem.h"
 #include "mem.h"