aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleaf corcoran <leafot@gmail.com>2019-09-21 18:01:05 -0700
committerleaf <leafot@gmail.com>2020-04-25 14:13:42 -0700
commitdbfac1a8b2a6e316a6f61d41a1196b4664883a7b (patch)
treee93fcebe6fd14a8c20bf044bb836ccb17efb4b16
parent5c25e6f98afe0e8c814411e6f0ee4b24f19ddc83 (diff)
downloadlua-cjson-dbfac1a8b2a6e316a6f61d41a1196b4664883a7b.tar.gz
lua-cjson-dbfac1a8b2a6e316a6f61d41a1196b4664883a7b.tar.bz2
lua-cjson-dbfac1a8b2a6e316a6f61d41a1196b4664883a7b.zip
support lua 5.3 with LUA_COMPAT_5_1
-rw-r--r--lua_cjson.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua_cjson.c b/lua_cjson.c
index b8dac31..020ba21 100644
--- a/lua_cjson.c
+++ b/lua_cjson.c
@@ -38,6 +38,7 @@
38 38
39 39
40#define LUA_COMPAT_ALL 1 40#define LUA_COMPAT_ALL 1
41#define LUA_COMPAT_5_1 1
41 42
42#include <assert.h> 43#include <assert.h>
43#include <stdint.h> 44#include <stdint.h>