Index: uspace/lib/pcut/tests/timeout.c
===================================================================
--- uspace/lib/pcut/tests/timeout.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ uspace/lib/pcut/tests/timeout.c	(revision 38d8849c5dae9664aadfb5dfe635e66fd4bcb908)
@@ -30,5 +30,5 @@
 
 #ifdef __helenos__
-#include <thread.h>
+#include <fibril.h>
 #else
 #ifdef __unix
@@ -46,5 +46,5 @@
 {
 #ifdef __helenos__
-	thread_sleep(sec);
+	fibril_sleep(sec);
 #else
 #ifdef __unix
