]> git.donarmstrong.com Git - samtools.git/blobdiff - razf.h
* no changes to samtools itself
[samtools.git] / razf.h
diff --git a/razf.h b/razf.h
index d39177664398164d11407bb613d2c6dd751df18e..f7e5097687359d02cf5019a642435a25ba781811 100644 (file)
--- a/razf.h
+++ b/razf.h
 #include <stdint.h>
 #include <stdio.h>
 #include "zlib.h"
-#include "zutil.h"
+
+#if ZLIB_VERNUM < 0x1221
+#define _RZ_READONLY
+struct _gz_header_s;
+typedef struct _gz_header_s _gz_header;
+#define gz_header _gz_header
+#endif
 
 #define WINDOW_BITS   15