mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
build fix
This commit is contained in:
parent
122d69d013
commit
a91c5e44e3
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
|||
|
||||
#ifdef HAVE_POSIX_FADVISE
|
||||
#define _XOPEN_SOURCE 600
|
||||
#include <fcntl.h> /* posix_fadvise() */
|
||||
#endif
|
||||
#if defined(HAVE_POSIX_FADVISE) || defined(SYS_DARWIN)
|
||||
#include <fcntl.h> /* posix_fadvise() / fcntl() */
|
||||
#endif
|
||||
|
||||
#include <openssl/sha.h>
|
||||
|
|
Loading…
Reference in a new issue