"memcpy" is defined in "string.h".

This commit is contained in:
Roberto Ierusalimschy 1996-07-24 15:01:52 -03:00
parent 7a38bdd4b3
commit 2bb3830fc1
1 changed files with 1 additions and 1 deletions

2
func.c
View File

@ -1,4 +1,4 @@
#include <stdlib.h>
#include <string.h>
#include "luadebug.h"
#include "table.h"