]> git.saurik.com Git - redis.git/commitdiff
Lua cjson include paths now use the local includes.
authorantirez <antirez@gmail.com>
Wed, 19 Oct 2011 14:57:54 +0000 (16:57 +0200)
committerantirez <antirez@gmail.com>
Wed, 19 Oct 2011 14:57:54 +0000 (16:57 +0200)
deps/lua/src/lua_cjson.c

index d71ceb595ae7bd66648e29737c04be8eb790bd4c..2e272b00700c7d39bbe272aae7f089a4cc1f58dc 100644 (file)
@@ -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"