Index: src/table.c ================================================================== --- src/table.c +++ src/table.c @@ -14,13 +14,13 @@ ** interface routine of sqlite3_exec(). ** ** 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 /* ** This structure is used to pass data from sqlite3_get_table() through