Commit 34296ae8 authored by antirez's avatar antirez
Browse files

Lua cjson include paths now use the local includes.

parent 8f2af26c
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
#include <lua.h> #include "lua.h"
#include <lauxlib.h> #include "lauxlib.h"
#include "strbuf.h" #include "strbuf.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment