mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
7ab4a1fe58
implementation of the ALC and NORM Reliable Multicast Protocols. PR: 58728 Submitted by: past@noc.ntua.gr
14 lines
288 B
C
14 lines
288 B
C
--- check/alc/test_rebootable_client.c.orig Tue Jul 22 19:37:39 2003
|
|
+++ check/alc/test_rebootable_client.c Wed Oct 15 17:18:38 2003
|
|
@@ -35,6 +35,10 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
+#ifdef FREEBSD
|
|
+#include <sys/time.h>
|
|
+#endif
|
|
+
|
|
#ifdef WIN32
|
|
#include <winsock2.h>
|
|
#else
|