From: Mark Adler Date: Thu, 19 Jan 2012 03:33:02 +0000 (-0800) Subject: Include io.h for Turbo C / Borland C on all platforms [Truta]. X-Git-Tag: v1.2.6~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a778a2b8a55115ecce1ebf88523623079660e7;p=thirdparty%2Fzlib-ng.git Include io.h for Turbo C / Borland C on all platforms [Truta]. --- diff --git a/gzguts.h b/gzguts.h index 07c7ac3d6..48bd98ff1 100644 --- a/gzguts.h +++ b/gzguts.h @@ -27,7 +27,7 @@ #endif #include -#if defined(MSDOS) && defined(__TURBOC__) +#ifdef __TURBOC__ # include #endif