Index: libcfa/src/concurrency/io/call.cfa.in
===================================================================
--- libcfa/src/concurrency/io/call.cfa.in	(revision 14f6a3cb6ba93c033563d9e2f31b91c9c9f64357)
+++ libcfa/src/concurrency/io/call.cfa.in	(revision b86d14c0dd9ebe67e025cb4b308ecd73f007bbab)
@@ -31,7 +31,7 @@
 Prelude = """#define __cforall_thread__
 
-#include <sys/socket.h> // first include because of anonymous types __SOCKADDR_ARG, __CONST_SOCKADDR_ARG
 #include <unistd.h>
 #include <errno.h>
+#include <sys/socket.h>
 #include <time.hfa>
 
