From: drh Date: Thu, 24 Nov 2005 22:33:05 +0000 (+0000) Subject: Make sure sqliteInt.h is included before any system includes. X-Git-Tag: version-3.6.10~3383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22465ced29fe68e7179fdbae3e3a3685b025b7c8;p=thirdparty%2Fsqlite.git Make sure sqliteInt.h is included before any system includes. This is required for QNX. Ticket #1478. (CVS 2777) FossilOrigin-Name: ab76453553bea7c2371b35e7643a98967bb04582 --- diff --git a/manifest b/manifest index 4ef45d21d7..f3893a8514 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Reduce\sthe\snumber\sof\sdistinct\stoken\ssymbols\sin\sthe\sparser\sso\sthat\sthe\sparser\ncan\sstore\stokens\sin\sa\ssingle\sbyte\sand\sthus\sbe\ssmaller\sin\ssize.\s(CVS\s2776) -D 2005-11-24T22:22:30 +C Make\ssure\ssqliteInt.h\sis\sincluded\sbefore\sany\ssystem\sincludes.\nThis\sis\srequired\sfor\sQNX.\s\sTicket\s#1478.\s(CVS\s2777) +D 2005-11-24T22:33:05 F Makefile.in 38d98f08ec6d3643ec7b2afa1377f677da72c55e F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -69,7 +69,7 @@ F src/select.c 4a9e5366f4a16bd2e6e93c05f585633887be6372 F src/shell.c 3596c1e559b82663057940d19ba533ad421c7dd3 F src/sqlite.h.in 8e648e1f386e4509f2f96c09ded7c07b0df0c9a2 F src/sqliteInt.h 4148c9778e350014c2e27b332d7a2ef7278fe62e -F src/table.c e03b60eaabaeb54a00d7e931566d77302dfc19b0 +F src/table.c 486dcfce532685b53b5a2b5da8bba0ded6fb2316 F src/tclsqlite.c 4f274fae3d4a1863451a553dd8e5015747a5d91d F src/test1.c 77506b6b88125c26f00a11bf3ff5c8dc824e837e F src/test2.c d55861d8ba5a8b434544da366ba6efe206e1ec97 @@ -321,7 +321,7 @@ F www/tclsqlite.tcl ddcf912ea48695603c8ed7efb29f0812ef8d1b49 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 786e23b2959c6103bfc0b45535afc49f22bc8a67 -R 1f185dbb096824806e8e102eaef1c213 +P 2dfc9863919c9eb1fd1064ab2817d752dd7f9293 +R 533c39565c0cf38b0eae97eb3134fb99 U drh -Z 2cdab2f9b86e4120cd36a35ab0e49ed6 +Z ffb5c4ad09c7e7bfd6d3c5e381e1247e diff --git a/manifest.uuid b/manifest.uuid index 6fa401b672..e51b7aa41f 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -2dfc9863919c9eb1fd1064ab2817d752dd7f9293 \ No newline at end of file +ab76453553bea7c2371b35e7643a98967bb04582 \ No newline at end of file diff --git a/src/table.c b/src/table.c index 2e1b7b42d4..8953ead725 100644 --- a/src/table.c +++ b/src/table.c @@ -16,9 +16,9 @@ ** These routines are in a separate files so that they will not be linked ** if they are not used. */ +#include "sqliteInt.h" #include #include -#include "sqliteInt.h" #ifndef SQLITE_OMIT_GET_TABLE