1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/mbone/mcl/files/patch-test_multi_sessions1.c
Bruce M Simpson 7ab4a1fe58 Add mcl 2.99,
implementation of the ALC and NORM Reliable Multicast
Protocols.

PR:		58728
Submitted by:	past@noc.ntua.gr
2003-11-14 16:33:33 +00:00

15 lines
271 B
C

--- check/alc/test_multi_sessions1.c.orig Tue Jul 22 19:37:39 2003
+++ check/alc/test_multi_sessions1.c Wed Oct 15 17:11:53 2003
@@ -24,6 +24,11 @@
*/
#include <stdio.h>
+
+#ifdef FREEBSD
+#include <sys/types.h>
+#endif
+
#ifdef WIN32
#include <winsock2.h>
#else