Index: libcfa/src/concurrency/io.cfa
===================================================================
--- libcfa/src/concurrency/io.cfa	(revision d45ed83c96c9b73e97d7e2a855ddc87c32d1559b)
+++ libcfa/src/concurrency/io.cfa	(revision 93f7c00114bd7512ba57b2dd0f9a9957f0241d1e)
@@ -88,5 +88,5 @@
 		void ?{}( __io_poller_fast & this, struct cluster & cltr ) {
 			this.ring = &cltr.io;
-			(this.thrd){ "I/O Poller", cltr };
+			(this.thrd){ "Fast I/O Poller", cltr };
 		}
 		void ^?{}( __io_poller_fast & mutex this );
@@ -213,5 +213,5 @@
 		#if defined(__CFA_IO_POLLING_USER__)
 			__cfadbg_print_safe(io, "Kernel I/O : Creating fast poller for cluter %p\n", &this);
-			(this.io.poller.fast){ "Fast IO Poller", this };
+			(this.io.poller.fast){ this };
 			__thrd_start( this.io.poller.fast, main );
 		#endif
@@ -540,4 +540,5 @@
 extern "C" {
 	#include <sys/types.h>
+	#include <sys/socket.h>
 	struct iovec;
 	extern ssize_t preadv2 (int fd, const struct iovec *iov, int iovcnt, off_t offset, int flags);
