diff options
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. |