1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix minor problems with the "showwal" utility program. Add a missing header

to the zipfile.c extension.

FossilOrigin-Name: 7b3f866e619c2b781b613493727cd111335ceec690d984408725c756feff26e6
This commit is contained in:
drh
2023-10-25 18:35:48 +00:00
parent b7086c48b6
commit 1d91f8619b
4 changed files with 26 additions and 14 deletions

View File

@ -29,6 +29,7 @@ SQLITE_EXTENSION_INIT1
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <stdint.h>
#include <zlib.h>