Explorar o código

must include a definition for NULL

Roberto Ierusalimschy %!s(int64=25) %!d(string=hai) anos
pai
achega
c929376d59
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      ldebug.c

+ 3 - 1
ldebug.c

@@ -1,10 +1,12 @@
 /*
-** $Id: ldebug.c,v 1.7 2000/01/28 16:53:00 roberto Exp roberto $
+** $Id: ldebug.c,v 1.8 2000/02/11 16:52:54 roberto Exp roberto $
 ** Debug Interface
 ** See Copyright Notice in lua.h
 */
 
 
+#include <stdlib.h>
+
 #define LUA_REENTRANT
 
 #include "lapi.h"