From: dan Date: Tue, 1 Dec 2009 17:08:09 +0000 (+0000) Subject: Use #include "sqlite3.h" instead of in fts3Int.h. X-Git-Tag: version-3.7.2~772 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bd3b2aa643509dfd820f7f4ccf106ea67b8d27d;p=thirdparty%2Fsqlite.git Use #include "sqlite3.h" instead of in fts3Int.h. FossilOrigin-Name: 7737db490ceba02c29c36fe181b4e7895b40aa75 --- diff --git a/ext/fts3/fts3Int.h b/ext/fts3/fts3Int.h index 981fb645ce..49323d6890 100644 --- a/ext/fts3/fts3Int.h +++ b/ext/fts3/fts3Int.h @@ -19,7 +19,7 @@ # define NDEBUG 1 #endif -#include +#include "sqlite3.h" #include "fts3_tokenizer.h" #include "fts3_hash.h" diff --git a/manifest b/manifest index 537970a324..8e1313eccc 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\stypedefs\sfor\si16\sand\su8\sto\sfts3Int.h\swhen\snot\sbuilding\svia\sthe\samalgamation\smethod. -D 2009-12-01T17:05:50 +C Use\s#include\s"sqlite3.h"\sinstead\sof\s\sin\sfts3Int.h. +D 2009-12-01T17:08:09 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in c5827ead754ab32b9585487177c93bb00b9497b3 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -58,7 +58,7 @@ F ext/fts3/README.tokenizers 998756696647400de63d5ba60e9655036cb966e9 F ext/fts3/README.txt 8c18f41574404623b76917b9da66fcb0ab38328d F ext/fts3/fts3.c eca3828c5ef6efd4297c8b917d69ec11b9d223a9 F ext/fts3/fts3.h 3a10a0af180d502cecc50df77b1b22df142817fe -F ext/fts3/fts3Int.h 2d5dab92792cfbadc18df80b7d05c0c13232d451 +F ext/fts3/fts3Int.h 7bc65d9ada6715ecd11ed83513013d4c7bbc2eeb F ext/fts3/fts3_expr.c bdf11f3602f62f36f0e42823680bf22033dae0de F ext/fts3/fts3_hash.c 29fba5a01e51c53e37040e53821e6b2cec18c8fb F ext/fts3/fts3_hash.h 39524725425078bf9e814e9569c74a8e5a21b9fb @@ -775,7 +775,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P e381cd5229b30168769330cb201bae2689e1a549 -R 00d752935ef1ea5c13dc96e911e83337 +P fa56c1c47296c2f9ba1de9450d421dd06fde5a6a +R 60efdb387e8fe83deafa06585da0c5e6 U dan -Z 026d3493a4faa65b1e1b8342540030fb +Z 130056e5004e805e2ca0a015b24b6898 diff --git a/manifest.uuid b/manifest.uuid index 87cf810745..2ba7551942 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -fa56c1c47296c2f9ba1de9450d421dd06fde5a6a \ No newline at end of file +7737db490ceba02c29c36fe181b4e7895b40aa75 \ No newline at end of file