diff options
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 105ac4a68..c0ef83e15 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,10 +11,10 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.263 2004/05/31 08:55:34 danielk1977 Exp $ +** @(#) $Id: sqliteInt.h,v 1.264 2004/05/31 18:23:09 drh Exp $ */ #include "config.h" -#include "sqlite.h" +#include "sqlite3.h" #include "hash.h" #include "parse.h" #include <stdio.h> |