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