sqlite: Update to 3.44.0
This commit is contained in:
10
sqlite/0020-missing-include.patch
Normal file
10
sqlite/0020-missing-include.patch
Normal 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>
|
||||
Reference in New Issue
Block a user