diff options
author | drh <drh@noemail.net> | 2001-01-31 13:28:08 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2001-01-31 13:28:08 +0000 |
commit | 17a68934639270d14c9a93501a3337ec35eaaad3 (patch) | |
tree | 470a8708349035758dccc3e3c116aa78277c6e24 /src/tclsqlite.c | |
parent | d1881e616578238ec49899dedfe6ca1b05e939d6 (diff) | |
download | sqlite-17a68934639270d14c9a93501a3337ec35eaaad3.tar.gz sqlite-17a68934639270d14c9a93501a3337ec35eaaad3.zip |
Working better with Win95.
Continued work on the new db.c backend. (CVS 1714)
FossilOrigin-Name: df0ff304855bd18c7a3517c500e891b6d006be6a
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r-- | src/tclsqlite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c index 353931ae6..81c9ddb7e 100644 --- a/src/tclsqlite.c +++ b/src/tclsqlite.c @@ -23,12 +23,12 @@ ************************************************************************* ** A TCL Interface to SQLite ** -** $Id: tclsqlite.c,v 1.12 2000/10/19 14:59:27 drh Exp $ +** $Id: tclsqlite.c,v 1.13 2001/01/31 13:28:09 drh Exp $ */ #ifndef NO_TCL /* Omit this whole file if TCL is unavailable */ #include "sqlite.h" -#include <tcl.h> +#include "tcl.h" #include <stdlib.h> #include <string.h> |