blob: b0b816cc8cd86c851ea1b7b6fe2a2d14890bf521 (
plain) (
tree)
|
|
--- 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
|