diff options
author | joerg <joerg> | 2011-11-24 13:40:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-11-24 13:40:52 +0000 |
commit | 0802a98b39f9112abadde2415071d3e24fbea821 (patch) | |
tree | 0c72a13bdc09f148c22123ee8e64dae0b97046f5 /net/ktorrent/patches | |
parent | a65f6a976e18cf48b5baa596e5c969d6ced624d0 (diff) | |
download | pkgsrc-0802a98b39f9112abadde2415071d3e24fbea821.tar.gz |
Explicitly include sys/select.h for newer GCC
Diffstat (limited to 'net/ktorrent/patches')
-rw-r--r-- | net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp b/net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp new file mode 100644 index 00000000000..d5ab08b7ae1 --- /dev/null +++ b/net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-libbtcore_dht_rpcserver.cpp,v 1.1 2011/11/24 13:40:53 joerg Exp $ + +--- libbtcore/dht/rpcserver.cpp.orig 2011-11-24 02:12:17.000000000 +0000 ++++ libbtcore/dht/rpcserver.cpp +@@ -22,6 +22,7 @@ + #include <QThread> + #include <unistd.h> + #include <string.h> ++#include <sys/select.h> + #include <net/portlist.h> + #include <util/log.h> + #include <util/error.h> |