Windows doesn't know sys/file.h
This commit is contained in:
parent
491659c436
commit
ddff68bee7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue