diff options
Diffstat (limited to 'net-p2p/libtorrent-devel')
-rw-r--r-- | net-p2p/libtorrent-devel/files/devel-src_torrent_chunk__manager.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-devel/files/devel-src_torrent_chunk__manager.cc b/net-p2p/libtorrent-devel/files/devel-src_torrent_chunk__manager.cc new file mode 100644 index 00000000000..7188247b184 --- /dev/null +++ b/net-p2p/libtorrent-devel/files/devel-src_torrent_chunk__manager.cc @@ -0,0 +1,10 @@ +--- src/torrent/chunk_manager.cc.orig Fri Oct 6 18:59:46 2006 ++++ src/torrent/chunk_manager.cc Fri Oct 6 19:00:09 2006 +@@ -37,6 +37,7 @@ + #include "config.h" + + #include <sys/types.h> ++#include <sys/time.h> + #include <sys/resource.h> + + #include "data/chunk_list.h" |