aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2001-01-31 13:28:08 +0000
committerdrh <drh@noemail.net>2001-01-31 13:28:08 +0000
commit17a68934639270d14c9a93501a3337ec35eaaad3 (patch)
tree470a8708349035758dccc3e3c116aa78277c6e24 /src/tclsqlite.c
parentd1881e616578238ec49899dedfe6ca1b05e939d6 (diff)
downloadsqlite-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.c4
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>