summaryrefslogtreecommitdiffstats
path: root/isys/stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/stubs.h')
-rw-r--r--isys/stubs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/stubs.h b/isys/stubs.h
index 040a376ce..9e8ee4ce1 100644
--- a/isys/stubs.h
+++ b/isys/stubs.h
@@ -11,6 +11,7 @@
#include <zlib.h>
#define gunzip_open(x) gzopen(x, "r")
+#define gunzip_dopen gzdopen(x, "r")
#define gunzip_close gzclose
#define gunzip_read gzread
#define gzip_write gzwrite