diff options
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> + |