Some tiny fixes.
[openssl.git] / crypto / des / read_pwd.c
index 45f66b5da1aabc486a5e5f648e63c6697536faa3..ac6a548fc306280293cb5980b03e9bed7926e450 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#if !defined(MSDOS) && !defined(VMS)
+#if !defined(MSDOS) && !defined(VMS) && !defined(WIN32)
 #include <unistd.h>
 /* If unistd.h defines _POSIX_VERSION, we conclude that we
  * are on a POSIX system and have sigaction and termios. */