diff options
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r-- | otherlibs/win32unix/unixsupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h index a14731f40..8dcb45ae3 100644 --- a/otherlibs/win32unix/unixsupport.h +++ b/otherlibs/win32unix/unixsupport.h @@ -18,7 +18,7 @@ #include <stdlib.h> /* Include io.h in current dir, which is a copy of the system's io.h, not io.h from ../../byterun */ -#include "io.h" +/*#include "io.h"*/ #include <direct.h> #include <process.h> #include <sys/types.h> |