summaryrefslogtreecommitdiffstats
path: root/gzio.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzio.c')
-rw-r--r--gzio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gzio.c b/gzio.c
index 2485201a..bbdc1d45 100644
--- a/gzio.c
+++ b/gzio.c
@@ -61,6 +61,8 @@ struct gzio_handle {
unsigned is_output : 8;
};
+val gzio_stream_s;
+
struct cobj_class *gzio_stream_cls;
static void gzio_stream_print(val stream, val out, val pretty,