Windows doesn't know sys/file.h
authorRichard Levitte <levitte@openssl.org>
Thu, 7 Nov 2002 21:40:06 +0000 (21:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Nov 2002 21:40:06 +0000 (21:40 +0000)
apps/ca.c

index 1242d373220046dc662f0d2deeea7fe196e465fc..f48c8a18f64112bfd58a9da1a7fb18409a97cf8d 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -93,7 +93,7 @@
 #    else
 #      include <unixlib.h>
 #    endif
 #    else
 #      include <unixlib.h>
 #    endif
-#  elif !defined(OPENSSL_SYS_VXWORKS)
+#  elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS)
 #    include <sys/file.h>
 #  endif
 #endif
 #    include <sys/file.h>
 #  endif
 #endif