freebsd-ports/net-p2p/gkrellm-gift/files/patch-io.c
Pav Lucistnik 6fc2aa5822 Add gkrellm-gift, a GKrellM plugin that monitors your active giFT transfers
and their progress. Each transfer is displayed in a panel showing the filename
and the percentage of transmitted bytes.

PR:		ports/66204
Submitted by:	Tobias Roth <ports@fsck.ch>
2004-05-04 23:09:08 +00:00

10 lines
203 B
C

--- src/io.c.orig Sat Dec 20 10:42:39 2003
+++ src/io.c Wed May 5 00:58:19 2004
@@ -16,6 +16,7 @@
*
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>