diff options
| -rw-r--r-- | gzguts.h | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -27,6 +27,10 @@ | |||
| 27 | #endif | 27 | #endif |
| 28 | #include <fcntl.h> | 28 | #include <fcntl.h> |
| 29 | 29 | ||
| 30 | #if defined(MSDOS) && defined(__TURBOC__) | ||
| 31 | # include <io.h> | ||
| 32 | #endif | ||
| 33 | |||
| 30 | #ifdef NO_DEFLATE /* for compatibility with old definition */ | 34 | #ifdef NO_DEFLATE /* for compatibility with old definition */ |
| 31 | # define NO_GZCOMPRESS | 35 | # define NO_GZCOMPRESS |
| 32 | #endif | 36 | #endif |
