aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2015-05-12 19:10:18 +0000
committerdrh <drh@noemail.net>2015-05-12 19:10:18 +0000
commit8755a5f50c74d3a2b7e39b63a369e89a5ad609ec (patch)
tree93d2289ca2aa28af2d66afe051346427516731a3 /src
parent10819251b793a9ee477bbd02a8a63370eea0f03d (diff)
downloadsqlite-8755a5f50c74d3a2b7e39b63a369e89a5ad609ec.tar.gz
sqlite-8755a5f50c74d3a2b7e39b63a369e89a5ad609ec.zip
Attempt to get DBSTAT to compile without warnings across all build
configurations. FossilOrigin-Name: c3cbe3b06eb37b9949c5fcb0e257a845953de7a7
Diffstat (limited to 'src')
-rw-r--r--src/dbstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbstat.c b/src/dbstat.c
index 9b84c9ccf..c36be020a 100644
--- a/src/dbstat.c
+++ b/src/dbstat.c
@@ -18,9 +18,9 @@
** for an example implementation.
*/
+#include "sqliteInt.h" /* Requires access to internal data structures */
#if (defined(SQLITE_ENABLE_DBSTAT_VTAB) || defined(SQLITE_TEST)) \
&& !defined(SQLITE_OMIT_VIRTUALTABLE)
-#include "sqliteInt.h" /* Requires access to internal data structures */
/*
** Page paths: