diff options
Diffstat (limited to 'src/test_intarray.c')
-rw-r--r-- | src/test_intarray.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test_intarray.c b/src/test_intarray.c index 70e34db3e..c27b4597c 100644 --- a/src/test_intarray.c +++ b/src/test_intarray.c @@ -270,7 +270,11 @@ SQLITE_API int sqlite3_intarray_bind( ** Everything below is interface for testing this module. */ #ifdef SQLITE_TEST -#include <tcl.h> +#if defined(INCLUDE_SQLITE_TCL_H) +# include "sqlite_tcl.h" +#else +# include "tcl.h" +#endif /* ** Routines to encode and decode pointers |