1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix some fts3 related issues with the autoconf and amalgamation build systems.

FossilOrigin-Name: 3b17924754343c0163464dabf01a9c46ffccef28
This commit is contained in:
dan
2009-11-19 15:25:25 +00:00
parent 91b71c1ab2
commit 16708c4a0d
10 changed files with 41 additions and 32 deletions

View File

@ -11,6 +11,8 @@
******************************************************************************
*/
#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS3)
#include "fts3Int.h"
#include <string.h>
#include <assert.h>
@ -748,3 +750,4 @@ void sqlite3Fts3Snippet(
fts3SnippetFree(p);
}
#endif