Index: libcfa/src/concurrency/io/call.cfa.in
===================================================================
--- libcfa/src/concurrency/io/call.cfa.in	(revision 55d6affb3f75cf27d18f9eed349c4a01d3d684ca)
+++ libcfa/src/concurrency/io/call.cfa.in	(revision 3e5d8fb5e04ee4c29e6d174d6e72d5daa4de38e0)
@@ -88,5 +88,5 @@
 
 extern "C" {
-	#include <sys/types.h>
+	#include <asm/types.h>
 	#include <sys/socket.h>
 	#include <sys/syscall.h>
Index: libcfa/src/concurrency/iofwd.hfa
===================================================================
--- libcfa/src/concurrency/iofwd.hfa	(revision 55d6affb3f75cf27d18f9eed349c4a01d3d684ca)
+++ libcfa/src/concurrency/iofwd.hfa	(revision 3e5d8fb5e04ee4c29e6d174d6e72d5daa4de38e0)
@@ -18,5 +18,5 @@
 #include <unistd.h>
 extern "C" {
-	#include <sys/types.h>
+	#include <asm/types.h>
 	#if CFA_HAVE_LINUX_IO_URING_H
 		#include <linux/io_uring.h>
