diff options
Diffstat (limited to 'include/binary-io.h')
-rw-r--r-- | include/binary-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/binary-io.h b/include/binary-io.h index 2f4be43..beeb0f7 100644 --- a/include/binary-io.h +++ b/include/binary-io.h @@ -35,7 +35,7 @@ # undef O_BINARY # undef O_TEXT #endif -#if O_BINARY +#if defined(O_BINARY) && O_BINARY # if defined __EMX__ || defined __DJGPP__ || defined __CYGWIN__ # include <io.h> /* declares setmode() */ # else |