aboutsummaryrefslogtreecommitdiff
path: root/src/test_rtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_rtree.c')
-rw-r--r--src/test_rtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_rtree.c b/src/test_rtree.c
index 9d19fa0e2..7beec6645 100644
--- a/src/test_rtree.c
+++ b/src/test_rtree.c
@@ -13,7 +13,7 @@
** is not included in the SQLite library.
*/
-#include <sqlite3.h>
+#include "sqlite3.h"
#include <tcl.h>
/* Solely for the UNUSED_PARAMETER() macro. */