aboutsummaryrefslogtreecommitdiff
path: root/src/test_async.c
diff options
context:
space:
mode:
authordrh <>2024-07-31 23:46:10 +0000
committerdrh <>2024-07-31 23:46:10 +0000
commita3ee3860a2bef9f44561093b5e39d9160840671b (patch)
treefab970cd979cde29df6ca4ddc1856fd2d6af870d /src/test_async.c
parentc96e47c80e67d3a21c591ccb3432f3c18153f8aa (diff)
parenta1291e79d3d0c8b6aa40b455151b988a92879e17 (diff)
downloadsqlite-a3ee3860a2bef9f44561093b5e39d9160840671b.tar.gz
sqlite-a3ee3860a2bef9f44561093b5e39d9160840671b.zip
Merge all the latest trunk enhancements into the exists-to-join branch.
FossilOrigin-Name: 9084a4c8726a2c7ba1c381886e29c7b86121d531282be0d63d5988d84f6f448d
Diffstat (limited to 'src/test_async.c')
-rw-r--r--src/test_async.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/test_async.c b/src/test_async.c
index c32c74c66..afe401ac6 100644
--- a/src/test_async.c
+++ b/src/test_async.c
@@ -14,15 +14,8 @@
** (defined in ext/async/sqlite3async.h) to Tcl.
*/
-#define TCL_THREADS
-#if defined(INCLUDE_SQLITE_TCL_H)
-# include "sqlite_tcl.h"
-#else
-# include "tcl.h"
-# ifndef SQLITE_TCLAPI
-# define SQLITE_TCLAPI
-# endif
-#endif
+#define TCL_THREADS
+#include "tclsqlite.h"
#ifdef SQLITE_ENABLE_ASYNCIO