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 # else
# include <unixlib.h> # include <unixlib.h>
# endif # endif
# elif !defined(OPENSSL_SYS_VXWORKS) # elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS)
# include <sys/file.h> # include <sys/file.h>
# endif # endif
#endif #endif