diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-06-13 03:50:35 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-06-13 03:50:35 +0000 |
commit | 1c35d1a9f69c75801a843cf1614fb838e43b3d45 (patch) | |
tree | 304a1e5062851298c64bba7783fd8ea0ca7ddf08 /shell.c | |
parent | 6ee6343f020017596072c6feb3f62a79a2b5b4cb (diff) |
Notes
Diffstat (limited to 'shell.c')
-rw-r--r-- | shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |