mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 02:32:27 +00:00
Fix SQLite3 build for Landlock Make
This commit is contained in:
parent
ed161b240e
commit
4922bc4890
7 changed files with 28 additions and 14 deletions
7
third_party/sqlite3/main.c
vendored
7
third_party/sqlite3/main.c
vendored
|
@ -1,3 +1,4 @@
|
|||
// clang-format off
|
||||
/*
|
||||
** 2001 September 15
|
||||
**
|
||||
|
@ -17,13 +18,13 @@
|
|||
#include "third_party/sqlite3/sqliteInt.h"
|
||||
|
||||
#ifdef SQLITE_ENABLE_FTS3
|
||||
# include "third_party/sqlite3/fts3.h"
|
||||
#include "third_party/sqlite3/fts3.h"
|
||||
#endif
|
||||
#ifdef SQLITE_ENABLE_RTREE
|
||||
# include "third_party/sqlite3/rtree.h"
|
||||
#include "third_party/sqlite3/rtree.h"
|
||||
#endif
|
||||
#if defined(SQLITE_ENABLE_ICU) || defined(SQLITE_ENABLE_ICU_COLLATIONS)
|
||||
# include "third_party/sqlite3/sqliteicu.h"
|
||||
#include "third_party/sqlite3/sqliteicu.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue