| Index: third_party/sqlite/src/ext/fts2/fts2_tokenizer.c
|
| diff --git a/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c b/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c
|
| index a3d6a6312a9e71f1c29f5c77080ebcf959429d40..dda33a72d262e38cab8154b5be824a5d4cd2dc40 100644
|
| --- a/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c
|
| +++ b/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c
|
| @@ -99,7 +99,11 @@ static void scalarFunc(
|
|
|
| #ifdef SQLITE_TEST
|
|
|
| -#include <tcl.h>
|
| +#if defined(INCLUDE_SQLITE_TCL_H)
|
| +# include "sqlite_tcl.h"
|
| +#else
|
| +# include "tcl.h"
|
| +#endif
|
| #include <string.h>
|
|
|
| /*
|
|
|