diff options
Diffstat (limited to 'lib/fcntl.in.h')
| -rw-r--r-- | lib/fcntl.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fcntl.in.h b/lib/fcntl.in.h index 719a54d0f72..a1e7d35c1b9 100644 --- a/lib/fcntl.in.h +++ b/lib/fcntl.in.h | |||
| @@ -68,7 +68,7 @@ | |||
| 68 | 68 | ||
| 69 | /* Native Windows platforms declare open(), creat() in <io.h>. */ | 69 | /* Native Windows platforms declare open(), creat() in <io.h>. */ |
| 70 | #if (@GNULIB_OPEN@ || defined GNULIB_POSIXCHECK) \ | 70 | #if (@GNULIB_OPEN@ || defined GNULIB_POSIXCHECK) \ |
| 71 | && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) | 71 | && (defined _WIN32 && ! defined __CYGWIN__) |
| 72 | # include <io.h> | 72 | # include <io.h> |
| 73 | #endif | 73 | #endif |
| 74 | 74 | ||