summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp b/net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp
new file mode 100644
index 000000000000..903508ef84af
--- /dev/null
+++ b/net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp
@@ -0,0 +1,10 @@
+--- include/libtorrent/disk_io_thread.hpp.orig 2008-04-05 12:32:51.000000000 +0400
++++ include/libtorrent/disk_io_thread.hpp 2009-03-21 17:05:33.000000000 +0300
+@@ -41,6 +41,7 @@
+ #include <boost/thread/thread.hpp>
+ #include <boost/function.hpp>
+ #include <boost/thread/mutex.hpp>
++#include <boost/thread/condition.hpp>
+ #include <boost/bind.hpp>
+ #include <boost/pool/pool.hpp>
+ #include <boost/noncopyable.hpp>