summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-07 21:40:06 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-07 21:40:06 +0000
commitddff68bee7fa0e387c558c5e9e101468d39ea7ed (patch)
tree468506ba96ec50342024ecfecd60f3ff28e9cf75 /apps
parent491659c4367650ff2eac37b08592444fab25f23c (diff)
Windows doesn't know sys/file.h
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 1242d37322..f48c8a18f6 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -93,7 +93,7 @@
# 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