aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>