Include io.h for Turbo C / Borland C++.

pull/2/head
Mark Adler 14 years ago
parent 15b5671b78
commit 0cbad869b0
  1. 4
      gzguts.h

@ -27,6 +27,10 @@
#endif
#include <fcntl.h>
#if defined(MSDOS) && defined(__TURBOC__)
# include <io.h>
#endif
#ifdef NO_DEFLATE /* for compatibility with old definition */
# define NO_GZCOMPRESS
#endif

Loading…
Cancel
Save