Index: uspace/lib/c/include/io/con_srv.h
===================================================================
--- uspace/lib/c/include/io/con_srv.h	(revision 7afd12e59e45e559e134debe6fb7c76fc0d808de)
+++ uspace/lib/c/include/io/con_srv.h	(revision e43d658b7c92a48bfe62de06cc5d15fdb1395c2f)
@@ -45,5 +45,5 @@
 #include <io/style.h>
 #include <stdbool.h>
-#include <sys/time.h>
+#include <time.h>
 #include <stddef.h>
 
@@ -55,5 +55,5 @@
 	void *sarg;
 	/** Period to check for abort */
-	suseconds_t abort_timeout;
+	usec_t abort_timeout;
 	bool aborted;
 } con_srvs_t;
Index: uspace/lib/c/include/io/console.h
===================================================================
--- uspace/lib/c/include/io/console.h	(revision 7afd12e59e45e559e134debe6fb7c76fc0d808de)
+++ uspace/lib/c/include/io/console.h	(revision e43d658b7c92a48bfe62de06cc5d15fdb1395c2f)
@@ -36,5 +36,5 @@
 #define LIBC_IO_CONSOLE_H_
 
-#include <sys/time.h>
+#include <time.h>
 #include <io/concaps.h>
 #include <io/kbd_event.h>
@@ -85,5 +85,5 @@
 extern bool console_get_event(console_ctrl_t *, cons_event_t *);
 extern bool console_get_event_timeout(console_ctrl_t *, cons_event_t *,
-    suseconds_t *);
+    usec_t *);
 
 #endif
