sqlite: Update to 3.44.0

This commit is contained in:
Christoph Reiter
2023-11-18 16:03:42 +01:00
parent aba9677aea
commit 969aa14630
2 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
--- sqlite-src-3440000/ext/misc/pcachetrace.c.orig 2023-11-18 16:32:55.892651000 +0100
+++ sqlite-src-3440000/ext/misc/pcachetrace.c 2023-11-18 16:33:04.938740100 +0100
@@ -21,6 +21,7 @@
** This extension is used to implement the --pcachetrace option of the
** command-line shell.
*/
+#include "sqlite3ext.h"
#include <assert.h>
#include <string.h>
#include <stdio.h>