From 2bb3830fc1ddbab00bf7b7785a27794fbe7be5f9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 24 Jul 1996 15:01:52 -0300 Subject: [PATCH] "memcpy" is defined in "string.h". --- func.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.c b/func.c index 21b19a19..0e15c2fc 100644 --- a/func.c +++ b/func.c @@ -1,4 +1,4 @@ -#include +#include #include "luadebug.h" #include "table.h"