| Index: third_party/sqlite/src/ext/fts2/fts2.c
|
| diff --git a/third_party/sqlite/src/ext/fts2/fts2.c b/third_party/sqlite/src/ext/fts2/fts2.c
|
| index ec4c108914b378b987be4178d82235e30e10bd46..7d42e353a143c1d9983c9f6da22bba7a04e894dd 100644
|
| --- a/third_party/sqlite/src/ext/fts2/fts2.c
|
| +++ b/third_party/sqlite/src/ext/fts2/fts2.c
|
| @@ -326,8 +326,10 @@
|
| #include "fts2_hash.h"
|
| #include "fts2_tokenizer.h"
|
| #include "sqlite3.h"
|
| -#include "sqlite3ext.h"
|
| -SQLITE_EXTENSION_INIT1
|
| +#ifndef SQLITE_CORE
|
| +# include "sqlite3ext.h"
|
| + SQLITE_EXTENSION_INIT1
|
| +#endif
|
|
|
|
|
| /* TODO(shess) MAN, this thing needs some refactoring. At minimum, it
|
|
|