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:
Christoph Reiter
2025-05-04 09:18:32 +02:00
parent 569bc2f14a
commit c8763c7c64
3 changed files with 16 additions and 3 deletions

View 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;