aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 a53bc07e4..fb5a52b79 100644
--- a/src/dbstat.c
+++ b/src/dbstat.c
@@ -19,7 +19,7 @@
*/
#if (defined(SQLITE_ENABLE_DBSTAT_VTAB) || defined(SQLITE_TEST)) \
- && !defined(SQLITE_OMIT_VIRTUAL_TABLE)
+ && !defined(SQLITE_OMIT_VIRTUALTABLE)
#include "sqliteInt.h" /* Requires access to internal data structures */
/*