From 56f838155bb292c6d78a8737bdbf545f787cca96 Mon Sep 17 00:00:00 2001 From: Eric Wing Date: Sun, 7 Jun 2015 04:59:32 -0700 Subject: [PATCH] Need string.h for memset --- src/l52util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/l52util.c b/src/l52util.c index af64402..e35edfb 100644 --- a/src/l52util.c +++ b/src/l52util.c @@ -11,6 +11,7 @@ #include "l52util.h" #include +#include /* for memset */ #include #if LUA_VERSION_NUM >= 502