aboutsummaryrefslogtreecommitdiff
path: root/src/test_window.c
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2024-08-12 13:31:43 +0000
committerstephan <stephan@noemail.net>2024-08-12 13:31:43 +0000
commit57a0af406e66af40b4f0d4235d25155f80046db2 (patch)
tree4f50fd11858d7c92efccdeac7923c874434fccab /src/test_window.c
parentd35a69a8da0a5a5c54823df540f0217c1601816b (diff)
parent8c411f7fceffe287b5f94cf449550ee5d6c11601 (diff)
downloadsqlite-57a0af406e66af40b4f0d4235d25155f80046db2.tar.gz
sqlite-57a0af406e66af40b4f0d4235d25155f80046db2.zip
Merge current trunk into this branch.
FossilOrigin-Name: 900a593ddf51eebddb70e2e9ab16abe4911f58f23e574e88ed340a919b8f16b6
Diffstat (limited to 'src/test_window.c')
-rw-r--r--src/test_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_window.c b/src/test_window.c
index 48ab02211..631b20162 100644
--- a/src/test_window.c
+++ b/src/test_window.c
@@ -16,7 +16,7 @@
#ifdef SQLITE_TEST
#include "sqliteInt.h"
-#include <tcl.h>
+#include "tclsqlite.h"
extern int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb);
extern const char *sqlite3ErrName(int);