Include io.h for Turbo C / Borland C on all platforms [Truta].
authorMark Adler <madler@alumni.caltech.edu>
Thu, 19 Jan 2012 03:33:02 +0000 (19:33 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Thu, 19 Jan 2012 03:33:02 +0000 (19:33 -0800)
gzguts.h

index 07c7ac3..48bd98f 100644 (file)
--- a/gzguts.h
+++ b/gzguts.h
@@ -27,7 +27,7 @@
 #endif
 #include <fcntl.h>
 
-#if defined(MSDOS) && defined(__TURBOC__)
+#ifdef __TURBOC__
 #  include <io.h>
 #endif