blob: c03c4a4be206d0f78cf98fa293a149b9dfb4157f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- check/alc/test_wait_rx_receiver.c.orig Tue Jul 22 19:37:39 2003
+++ check/alc/test_wait_rx_receiver.c Wed Oct 15 17:09:56 2003
@@ -27,6 +27,9 @@
#include <stdio.h>
+#ifdef FREEBSD
+#include <sys/types.h>
+#endif
#ifdef WIN32
#include <winsock2.h>
|