Flush (work in progress)
[mono.git] / mono / io-layer / sockets.c
index 16dcb16892f85e5b97427f34e3ca2abdbed4b01c..8e787209be10189c79fd70f444d22821c7a3a076 100644 (file)
@@ -14,6 +14,9 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#ifdef HAVE_SYS_UIO_H
+#  include <sys/uio.h>
+#endif
 #ifdef HAVE_SYS_IOCTL_H
 #  include <sys/ioctl.h>
 #endif