aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-12-15 13:56:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-12-15 13:56:46 +0000
commit22ee8aa1d0836187f2d8b7b7a6c8da7fdf765825 (patch)
treefeb63fb025f0843ff300aeb78ef4caec30b51b32 /net-p2p
parent5b6e5fe1ae5a614a4cc089705ae23115b43d4667 (diff)
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h b/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h
new file mode 100644
index 000000000000..8e6e2a8d06ce
--- /dev/null
+++ b/net-p2p/libtorrent-devel/files/patch-src__torrent__connection_manager.h
@@ -0,0 +1,10 @@
+--- ./src/torrent/connection_manager.h.orig 2013-12-15 17:55:18.427951513 +0400
++++ ./src/torrent/connection_manager.h 2013-12-15 17:55:43.459221755 +0400
+@@ -42,6 +42,7 @@
+
+ #include <list>
+ #include <arpa/inet.h>
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <netinet/in_systm.h>
+ #include <netinet/ip.h>