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 9eb7a532d7c566d76c4a33db46237045ea9db4ee)
@@ -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 9eb7a532d7c566d76c4a33db46237045ea9db4ee)
@@ -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>
