1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-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

11 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;