Index: uspace/lib/c/generic/private/async.h
===================================================================
--- uspace/lib/c/generic/private/async.h	(revision c06994673347954891a57710998cf1e087a59e8b)
+++ uspace/lib/c/generic/private/async.h	(revision 633bcc6014d5bfbdec3f7103ec38de993987e22d)
@@ -36,4 +36,5 @@
 #define LIBC_PRIVATE_ASYNC_H_
 
+#include <ipc/common.h>
 #include <adt/list.h>
 #include <fibril.h>
Index: uspace/lib/c/generic/private/io.h
===================================================================
--- uspace/lib/c/generic/private/io.h	(revision c06994673347954891a57710998cf1e087a59e8b)
+++ uspace/lib/c/generic/private/io.h	(revision 633bcc6014d5bfbdec3f7103ec38de993987e22d)
@@ -36,7 +36,5 @@
 #define LIBC_PRIVATE_IO_H_
 
-#include <vfs/vfs.h>
-
-extern void __stdio_init(int filc, fdi_node_t *filv[]);
+extern void __stdio_init(int);
 extern void __stdio_done(void);
 
