diff options
| -rw-r--r-- | lua_cjson.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua_cjson.c b/lua_cjson.c index 875bdaf..b8dac31 100644 --- a/lua_cjson.c +++ b/lua_cjson.c | |||
| @@ -36,6 +36,9 @@ | |||
| 36 | * difficult to know object/array sizes ahead of time. | 36 | * difficult to know object/array sizes ahead of time. |
| 37 | */ | 37 | */ |
| 38 | 38 | ||
| 39 | |||
| 40 | #define LUA_COMPAT_ALL 1 | ||
| 41 | |||
| 39 | #include <assert.h> | 42 | #include <assert.h> |
| 40 | #include <stdint.h> | 43 | #include <stdint.h> |
| 41 | #include <string.h> | 44 | #include <string.h> |
