summaryrefslogtreecommitdiff
path: root/mbone/mcl/files/patch-test_vtm_rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/mcl/files/patch-test_vtm_rx.c')
-rw-r--r--mbone/mcl/files/patch-test_vtm_rx.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/mbone/mcl/files/patch-test_vtm_rx.c b/mbone/mcl/files/patch-test_vtm_rx.c
new file mode 100644
index 000000000000..a0cf05b33306
--- /dev/null
+++ b/mbone/mcl/files/patch-test_vtm_rx.c
@@ -0,0 +1,13 @@
+--- check/alc/test_vtm_rx.c.orig Tue Jul 22 19:37:39 2003
++++ check/alc/test_vtm_rx.c Wed Oct 15 17:14:28 2003
+@@ -27,6 +27,10 @@
+
+ #include <stdio.h>
+
++#ifdef FREEBSD
++#include <sys/types.h>
++#endif
++
+ #ifdef WIN32
+ #include <winsock2.h>
+ #else