7ab4a1fe58
implementation of the ALC and NORM Reliable Multicast Protocols. PR: 58728 Submitted by: past@noc.ntua.gr
13 lines
266 B
C
13 lines
266 B
C
--- check/alc/test_demux_label1_tx.c.orig Tue Jul 22 19:37:39 2003
|
|
+++ check/alc/test_demux_label1_tx.c Wed Oct 15 17:12:56 2003
|
|
@@ -25,6 +25,10 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
+#ifdef FREEBSD
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
+
|
|
#ifdef WIN32
|
|
#include <winsock2.h>
|
|
#else
|