freebsd-ports/net/ctorrent/files/patch-btstream.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

7 lines
199 B
C++

--- btstream.cpp.orig Fri Jan 16 00:01:00 2004
+++ btstream.cpp Sun Jan 18 02:42:47 2004
@@ -1,3 +1,4 @@
+#include <arpa/inet.h>
#include "btstream.h"
#include "msgencode.h"
#include "btconfig.h"