mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
(no comment)
FossilOrigin-Name: 699b884383f735fb9630d87d25dab61c97dc4485
This commit is contained in:
@ -19,6 +19,9 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
/* Required so that the "ifdef SQLITE_ENABLE_FTS3" below works */
|
||||
#include "fts3Int.h"
|
||||
|
||||
#define NM_MAX_TOKEN 12
|
||||
|
||||
typedef struct NearPhrase NearPhrase;
|
||||
|
Reference in New Issue
Block a user