1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Add a missing '#include "tcl.h"' to test_rtree.c.

FossilOrigin-Name: 4b8b426f10f8ae13bf553f7adf5ae09383fa0bd4
This commit is contained in:
drh
2013-08-05 12:31:41 +00:00
parent 3975974780
commit 407ceeb84d
3 changed files with 8 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
*/
#include <sqlite3.h>
#include <tcl.h>
/* Solely for the UNUSED_PARAMETER() macro. */
#include "sqliteInt.h"