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