Get SQLite to build
* changed headers * removed redundant declarations * ran clang-format * added sqlite3.mk
This commit is contained in:
3
third_party/sqlite3/mem0.c
vendored
3
third_party/sqlite3/mem0.c
vendored
@@ -16,7 +16,8 @@
|
||||
** are merely placeholders. Real drivers must be substituted using
|
||||
** sqlite3_config() before SQLite will operate.
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include "third_party/sqlite3/sqliteInt.h"
|
||||
/* clang-format off */
|
||||
|
||||
/*
|
||||
** This version of the memory allocator is the default. It is
|
||||
|
||||
Reference in New Issue
Block a user