commit 2bb3830fc1ddbab00bf7b7785a27794fbe7be5f9 parent 7a38bdd4b3649366fe51afa504cbbd94167e4262 Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Wed, 24 Jul 1996 15:01:32 -0300 "memcpy" is defined in "string.h". Diffstat:
M | func.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/func.c b/func.c @@ -1,4 +1,4 @@ -#include <stdlib.h> +#include <string.h> #include "luadebug.h" #include "table.h"