sqlite: restore pcachetrace extension
we had a mingw patch for this already, so might as well fix it here too
This commit is contained in:
10
sqlite/0001-sqlite-pcachetrace-include-sqlite3.patch
Normal file
10
sqlite/0001-sqlite-pcachetrace-include-sqlite3.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/ext/misc/pcachetrace.c
|
||||
+++ b/ext/misc/pcachetrace.c
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
+#include "sqlite3.h"
|
||||
|
||||
/* The original page cache routines */
|
||||
static sqlite3_pcache_methods2 pcacheBase;
|
||||
Reference in New Issue
Block a user