fix linux build
This commit is contained in:
parent
06a043a489
commit
116c3f3c45
|
@ -55,6 +55,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#if TORRENT_USE_RLIMIT
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
bool should_cancel_on_abort(disk_io_job const& j);
|
||||
|
|
Loading…
Reference in New Issue