freebsd-ports/net/ctorrent/files/patch-peer.cpp
Norikatsu Shigemura d90a55c1f5 Add ctorrent 1.3.r1, BitTorrent Client program by C for FreeBSD
and Linux.

PR:		ports/61474
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-01-17 17:52:30 +00:00

10 lines
210 B
C++

--- peer.cpp.orig Wed Jan 14 21:54:26 2004
+++ peer.cpp Sun Jan 18 02:43:36 2004
@@ -1,6 +1,7 @@
#include "peer.h"
#include <stdlib.h>
+#include <string.h>
#include "btcontent.h"
#include "msgencode.h"