mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 02:01:21 +00:00
Lua cjson include paths now use the local includes.
This commit is contained in:
4
deps/lua/src/lua_cjson.c
vendored
4
deps/lua/src/lua_cjson.c
vendored
@ -41,8 +41,8 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
|
||||
#include "strbuf.h"
|
||||
|
||||
|
Reference in New Issue
Block a user