Index: uspace/drv/bus/usb/xhci/hw_struct/common.h
===================================================================
--- uspace/drv/bus/usb/xhci/hw_struct/common.h	(revision 0a520dbcbe002e3bee1e5237bae6dd02ac81b717)
+++ uspace/drv/bus/usb/xhci/hw_struct/common.h	(revision 394e22f339de6cdb256d558f83b2083a08dfba2d)
@@ -45,4 +45,5 @@
 #include <ddi.h>
 #include <errno.h>
+#include <fibril.h>
 
 #define host2xhci(size, val) host2uint##size##_t_le((val))
Index: uspace/drv/test/test2/test2.c
===================================================================
--- uspace/drv/test/test2/test2.c	(revision 0a520dbcbe002e3bee1e5237bae6dd02ac81b717)
+++ uspace/drv/test/test2/test2.c	(revision 394e22f339de6cdb256d558f83b2083a08dfba2d)
@@ -31,7 +31,7 @@
 
 #include <assert.h>
-#include <async.h>
 #include <stdio.h>
 #include <errno.h>
+#include <fibril.h>
 #include <str.h>
 #include <str_error.h>
