summaryrefslogtreecommitdiff
path: root/net/mcl/files/patch-test_vtm_rx.c
blob: a0cf05b3330670658cd2fc537cda77beb17f0e8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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