diff options
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r-- | src/tclsqlite.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c index 983477978..7048e4efb 100644 --- a/src/tclsqlite.c +++ b/src/tclsqlite.c @@ -33,10 +33,11 @@ ** appended to the amalgamation. */ #ifndef SQLITE_AMALGAMATION -# include "sqliteInt.h" +# include "sqlite3.h" # include <stdlib.h> # include <string.h> # include <assert.h> + typedef unsigned char u8; #endif #include <ctype.h> |