ports/net/udpcast/files/patch-participants.h
Mario Sergio Fujikawa Ferreira c19ae258f8 New port udpcast version 20040531: A file transfer tool using
ethernet's multicast
2004-07-20 22:11:31 +00:00

10 lines
240 B
C

--- participants.h.orig Tue Jul 20 13:49:28 2004
+++ participants.h Tue Jul 20 13:49:40 2004
@@ -3,6 +3,7 @@
#define MAX_CLIENTS 1024
+#include <sys/types.h>
#include <sys/socket.h>
typedef struct participantsDb *participantsDb_t;