diff options
author | drh <drh@noemail.net> | 2015-05-12 19:10:18 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2015-05-12 19:10:18 +0000 |
commit | 8755a5f50c74d3a2b7e39b63a369e89a5ad609ec (patch) | |
tree | 93d2289ca2aa28af2d66afe051346427516731a3 /src/dbstat.c | |
parent | 10819251b793a9ee477bbd02a8a63370eea0f03d (diff) | |
download | sqlite-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/dbstat.c')
-rw-r--r-- | src/dbstat.c | 2 |
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: |