Index: uspace/lib/posix/src/time.c
===================================================================
--- uspace/lib/posix/src/time.c	(revision ea4910bfed05043e6107a7bf8389ce3e6adfcf37)
+++ uspace/lib/posix/src/time.c	(revision a131536d0f12927b094b3cdc061e45bc2bd948c5)
@@ -46,5 +46,5 @@
 #include <assert.h>
 
-#include <async.h>
+#include <fibril.h>
 #include <malloc.h>
 #include <task.h>
Index: uspace/lib/posix/src/unistd.c
===================================================================
--- uspace/lib/posix/src/unistd.c	(revision ea4910bfed05043e6107a7bf8389ce3e6adfcf37)
+++ uspace/lib/posix/src/unistd.c	(revision a131536d0f12927b094b3cdc061e45bc2bd948c5)
@@ -47,4 +47,5 @@
 #include <fcntl.h>
 
+#include <fibril.h>
 #include <task.h>
 #include <stats.h>
