header "string.h" was missing (gcc does not warn that)

This commit is contained in:
Roberto Ierusalimschy
1995-02-06 17:34:03 -02:00
parent cda444d7f4
commit b36cd823b1
3 changed files with 7 additions and 3 deletions

View File

@@ -3,9 +3,10 @@
** TecCGraf - PUC-Rio
*/
char *rcs_mem = "$Id: mem.c,v 1.3 1994/12/20 21:20:36 roberto Exp roberto $";
char *rcs_mem = "$Id: mem.c,v 1.4 1995/01/13 22:11:12 roberto Exp roberto $";
#include <stdlib.h>
#include <string.h>
#include "mem.h"
#include "lua.h"