소스 검색

Modify new lsqlite3 version for CivetWeb

bel2125 8 년 전
부모
커밋
8de7e7504e
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/third_party/lsqlite3.c

+ 1 - 3
src/third_party/lsqlite3.c

@@ -30,9 +30,7 @@
 #include <string.h>
 #include <assert.h>
 
-#define LUA_LIB
-#include "lua.h"
-#include "lauxlib.h"
+#include "civetweb_lua.h"
 
 #if LUA_VERSION_NUM > 501
 /*