mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix a couple of build problems.
FossilOrigin-Name: a5d5468c0509d129e198bf9432190ee07cedb7af
This commit is contained in:
@ -12,6 +12,9 @@
|
||||
**
|
||||
*/
|
||||
|
||||
#ifdef SQLITE_ENABLE_FTS5
|
||||
|
||||
|
||||
#include "fts5Int.h"
|
||||
|
||||
struct Fts5Storage {
|
||||
@ -986,3 +989,4 @@ int sqlite3Fts5StorageConfigValue(
|
||||
}
|
||||
|
||||
|
||||
#endif /* SQLITE_ENABLE_FTS5 */
|
||||
|
Reference in New Issue
Block a user