summaryrefslogtreecommitdiffstats
path: root/gzio.h
diff options
context:
space:
mode:
Diffstat (limited to 'gzio.h')
-rw-r--r--gzio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzio.h b/gzio.h
index 2f9cf164..4b5e9ee9 100644
--- a/gzio.h
+++ b/gzio.h
@@ -26,7 +26,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-val gzio_stream_s;
+extern val gzio_stream_s;
void gzio_init(void);
gzFile w_gzopen_mode(const wchar_t *wname, const wchar_t *wmode,
const struct stdio_mode m, val self);