Get SQLite to build
* changed headers * removed redundant declarations * ran clang-format * added sqlite3.mk
This commit is contained in:
3
third_party/sqlite3/mutex.c
vendored
3
third_party/sqlite3/mutex.c
vendored
@@ -13,7 +13,8 @@
|
||||
**
|
||||
** This file contains code that is common across all mutex implementations.
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include "third_party/sqlite3/sqliteInt.h"
|
||||
/* clang-format off */
|
||||
|
||||
#if defined(SQLITE_DEBUG) && !defined(SQLITE_MUTEX_OMIT)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user