Working better with Win95.
Continued work on the new db.c backend. (CVS 1714)
FossilOrigin-Name: df0ff304855bd18c7a3517c500e891b6d006be6a
diff --git a/src/tclsqlite.c b/src/tclsqlite.c
index 353931a..81c9ddb 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>