diff options
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r-- | otherlibs/win32unix/unixsupport.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h index 0fae79713..49a72ae51 100644 --- a/otherlibs/win32unix/unixsupport.h +++ b/otherlibs/win32unix/unixsupport.h @@ -12,7 +12,9 @@ /* $Id$ */ #include <stdlib.h> -#include <io.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 <direct.h> #include <process.h> |