ports/databases/sqlite3/files/patch-src__main.c
Marcus Alves Grando 36b99c23c6 - Finally, update to 3.5.6
- Enable THREADS by default

PS: See UPDATING if you have problems.

Requested by:	many
2008-04-05 14:49:37 +00:00

11 lines
262 B
C

--- src/main.c.orig 2008-03-04 00:22:33.000000000 -0300
+++ src/main.c 2008-03-04 00:22:45.000000000 -0300
@@ -19,7 +19,7 @@
#include "sqliteInt.h"
#include <ctype.h>
#ifdef SQLITE_ENABLE_FTS3
-# include "fts3.h"
+# include "../ext/fts3/fts3.h"
#endif
/*