aboutsummaryrefslogtreecommitdiff
path: root/src/test9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test9.c')
-rw-r--r--src/test9.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test9.c b/src/test9.c
index 5b139e8a5..b5362adb7 100644
--- a/src/test9.c
+++ b/src/test9.c
@@ -15,11 +15,7 @@
** as there is not much point in binding to Tcl.
*/
#include "sqliteInt.h"
-#if defined(INCLUDE_SQLITE_TCL_H)
-# include "sqlite_tcl.h"
-#else
-# include "tcl.h"
-#endif
+#include "tclsqlite.h"
#include <stdlib.h>
#include <string.h>