summaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-06-13 03:50:35 +0000
committerCy Schubert <cy@FreeBSD.org>2020-06-13 03:50:35 +0000
commit1c35d1a9f69c75801a843cf1614fb838e43b3d45 (patch)
tree304a1e5062851298c64bba7783fd8ea0ca7ddf08 /shell.c
parent6ee6343f020017596072c6feb3f62a79a2b5b4cb (diff)
Notes
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.c b/shell.c
index 525aca5c2ee2..974f57af79a2 100644
--- a/shell.c
+++ b/shell.c
@@ -6591,6 +6591,7 @@ int sqlite3_zipfile_init(
/* #include "sqlite3ext.h" */
SQLITE_EXTENSION_INIT1
#include <zlib.h>
+#include <assert.h>
/*
** Implementation of the "sqlar_compress(X)" SQL function.