diff options
Diffstat (limited to 'zutil.h')
-rw-r--r-- | zutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |