From 34296ae890178926347f0b8b47f66d96a541f1c3 Mon Sep 17 00:00:00 2001
From: antirez <antirez@gmail.com>
Date: Wed, 19 Oct 2011 16:57:54 +0200
Subject: [PATCH] Lua cjson include paths now use the local includes.

---
 deps/lua/src/lua_cjson.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deps/lua/src/lua_cjson.c b/deps/lua/src/lua_cjson.c
index d71ceb59..2e272b00 100644
--- a/deps/lua/src/lua_cjson.c
+++ b/deps/lua/src/lua_cjson.c
@@ -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"