Lua cjson include paths now use the local includes.

This commit is contained in:
antirez 2011-10-19 16:57:54 +02:00
parent 8f2af26c2c
commit 34296ae890

View 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"