2
0
Эх сурвалжийг харах

must include a definition for NULL

Roberto Ierusalimschy 25 жил өмнө
parent
commit
c929376d59
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  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"