Skip to content

Commit 56f8381

Browse files
author
Eric Wing
committed
Need string.h for memset
1 parent 88c6102 commit 56f8381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/l52util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "l52util.h"
1212

1313
#include <memory.h>
14+
#include <string.h> /* for memset */
1415
#include <assert.h>
1516

1617
#if LUA_VERSION_NUM >= 502

0 commit comments

Comments
 (0)