aboutsummaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:52 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:52 -0700
commit9c3a5830218c4e7fff23b8fc4386269db77a03a9 (patch)
tree913542049433ae44de55d22913f6bca921f2dc15 /zutil.h
parent6b8233bfe00e79134cb1b84fc49d4f750a797f79 (diff)
downloadzlib-9c3a5830218c4e7fff23b8fc4386269db77a03a9.tar.gz
zlib-9c3a5830218c4e7fff23b8fc4386269db77a03a9.tar.bz2
zlib-9c3a5830218c4e7fff23b8fc4386269db77a03a9.zip
zlib 1.2.2.4v1.2.2.4
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zutil.h b/zutil.h
index c800fab..b7d5eff 100644
--- a/zutil.h
+++ b/zutil.h
@@ -117,6 +117,9 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
117 117
118#ifdef OS2 118#ifdef OS2
119# define OS_CODE 0x06 119# define OS_CODE 0x06
120# ifdef M_I86
121 #include <malloc.h>
122# endif
120#endif 123#endif
121 124
122#if defined(MACOS) || defined(TARGET_OS_MAC) 125#if defined(MACOS) || defined(TARGET_OS_MAC)