Index: uspace/srv/hid/isdv4_tablet/isdv4.c
===================================================================
--- uspace/srv/hid/isdv4_tablet/isdv4.c	(revision 74017cef2e4edaf9405cf38ba4b0958f664e700c)
+++ uspace/srv/hid/isdv4_tablet/isdv4.c	(revision 39026d7c7b8398cf28a13ecd9f768d4f5d82e2b9)
@@ -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
