Index: third_party/sqlite/src/src/main.c |
diff --git a/third_party/sqlite/src/src/main.c b/third_party/sqlite/src/src/main.c |
index 370462803ebb08fff75898b88d103eca100bdd11..3a6fccf91cbd8137e12928e1ed8195c5cd668d0b 100644 |
--- a/third_party/sqlite/src/src/main.c |
+++ b/third_party/sqlite/src/src/main.c |
@@ -17,7 +17,7 @@ |
#include "sqliteInt.h" |
#ifdef SQLITE_ENABLE_FTS3 |
-# include "../../ext/fts3/fts3.h" |
+# include "../ext/fts3/fts3.h" |
#endif |
#ifdef SQLITE_ENABLE_RTREE |
# include "rtree.h" |