Windows doesn't know sys/file.h

This commit is contained in:
Richard Levitte 2002-11-07 21:40:06 +00:00
parent 491659c436
commit ddff68bee7

View file

@ -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