aboutsummaryrefslogtreecommitdiff
path: root/net/ctorrent/files/patch-peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ctorrent/files/patch-peer.h')
-rw-r--r--net/ctorrent/files/patch-peer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ctorrent/files/patch-peer.h b/net/ctorrent/files/patch-peer.h
new file mode 100644
index 000000000000..06684a043b0c
--- /dev/null
+++ b/net/ctorrent/files/patch-peer.h
@@ -0,0 +1,10 @@
+--- peer.h.orig Fri Jan 16 00:30:15 2004
++++ peer.h Sun Jan 18 02:44:04 2004
+@@ -6,6 +6,7 @@
+ #ifdef WINDOWS
+ #include <Winsock2.h>
+ #else
++#include <string.h>
+ #include <unistd.h>
+ #include <sys/socket.h>
+ #include <arpa/inet.h>