Index: src/sqliteInt.h ================================================================== --- src/sqliteInt.h +++ src/sqliteInt.h @@ -9,11 +9,11 @@ ** May you share freely, never taking more than you give. ** ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.361 2005/01/21 21:22:52 drh Exp $ +** @(#) $Id: sqliteInt.h,v 1.362 2005/01/21 21:31:41 drh Exp $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ /* @@ -53,10 +53,11 @@ #include "parse.h" #include #include #include #include +#include /* ** The maximum number of in-memory pages to use for the main database ** table and for temporary tables. */