11 lines
374 B
Diff
11 lines
374 B
Diff
--- 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>
|