Index: uspace/srv/hid/isdv4_tablet/isdv4.c
===================================================================
--- uspace/srv/hid/isdv4_tablet/isdv4.c	(revision c309b18982aa8ed31fd796bcd813732f5f312e6e)
+++ uspace/srv/hid/isdv4_tablet/isdv4.c	(revision 908d6349ec77726e8eb78ea800c7b5f2844c3dcb)
@@ -27,4 +27,5 @@
  */
 
+#include <async.h>
 #include <errno.h>
 #include <io/chardev.h>
@@ -33,5 +34,4 @@
 #include <stdint.h>
 #include <stdlib.h>
-#include <thread.h>
 
 #include "isdv4.h"
@@ -401,5 +401,5 @@
 		return EIO;
 
-	thread_usleep(250000); /* 250 ms */
+	async_usleep(250000); /* 250 ms */
 
 	// FIXME: Read all possible garbage before sending commands
