- Try fix under fbsd > 10

This commit is contained in:
Andrej Zverev 2013-12-15 13:56:46 +00:00
parent 5b6e5fe1ae
commit 22ee8aa1d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336535

View file

@ -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>