Get SQLite to build
* changed headers * removed redundant declarations * ran clang-format * added sqlite3.mk
This commit is contained in:
3
third_party/sqlite3/userauth.c
vendored
3
third_party/sqlite3/userauth.c
vendored
@@ -23,8 +23,9 @@
|
||||
*/
|
||||
#ifdef SQLITE_USER_AUTHENTICATION
|
||||
#ifndef SQLITEINT_H
|
||||
# include "sqliteInt.h"
|
||||
#include "third_party/sqlite3/sqliteInt.h"
|
||||
#endif
|
||||
/* clang-format off */
|
||||
|
||||
/*
|
||||
** Prepare an SQL statement for use by the user authentication logic.
|
||||
|
||||
Reference in New Issue
Block a user