Merge pull request #57 from ewmailing/master

Need string.h for memset
This commit is contained in:
Alexey Melnichuk 2015-06-07 22:11:18 +03:00
commit d300c18b07

View File

@ -11,6 +11,7 @@
#include "l52util.h"
#include <memory.h>
#include <string.h> /* for memset */
#include <assert.h>
#if LUA_VERSION_NUM >= 502