diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-07-13 10:51:35 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-07-13 10:51:35 +0000 |
commit | b7fade6f89869eb9402a02aaca13662f466c8165 (patch) | |
tree | 7f11cf62b7596138503528ff7e8d8a804be3f3f7 /net-p2p/ktorrent/files/patch-libtorrent-udptracker.cpp | |
parent | 0ea29f07c2a59888e800933f0e770da2b30b3a7c (diff) | |
download | ports-b7fade6f89869eb9402a02aaca13662f466c8165.tar.gz ports-b7fade6f89869eb9402a02aaca13662f466c8165.zip |
Notes
Diffstat (limited to 'net-p2p/ktorrent/files/patch-libtorrent-udptracker.cpp')
-rw-r--r-- | net-p2p/ktorrent/files/patch-libtorrent-udptracker.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/files/patch-libtorrent-udptracker.cpp b/net-p2p/ktorrent/files/patch-libtorrent-udptracker.cpp new file mode 100644 index 000000000000..fd021170533c --- /dev/null +++ b/net-p2p/ktorrent/files/patch-libtorrent-udptracker.cpp @@ -0,0 +1,10 @@ +--- libtorrent/udptracker.cpp.orig Wed Jul 13 12:33:37 2005 ++++ libtorrent/udptracker.cpp Wed Jul 13 12:34:07 2005 +@@ -18,6 +18,7 @@ + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + #include <stdlib.h> ++#include <sys/time.h> + #include <qsocketnotifier.h> + #include <qsocketdevice.h> + |