Index: uspace/app/init/init.c
===================================================================
--- uspace/app/init/init.c	(revision 84afc7bf42bf4b5e22750a7f377f4bfc31636630)
+++ uspace/app/init/init.c	(revision 266daf5aa5865243097d6ed156a141a4df50764c)
@@ -45,4 +45,5 @@
 #include <malloc.h>
 #include <macros.h>
+#include <console.h>
 #include "init.h"
 #include "version.h"
Index: uspace/app/klog/klog.c
===================================================================
--- uspace/app/klog/klog.c	(revision 84afc7bf42bf4b5e22750a7f377f4bfc31636630)
+++ uspace/app/klog/klog.c	(revision 266daf5aa5865243097d6ed156a141a4df50764c)
@@ -42,4 +42,5 @@
 #include <sysinfo.h>
 #include <io/stream.h>
+#include <console.h>
 #include <errno.h>
 
Index: uspace/app/tetris/input.c
===================================================================
--- uspace/app/tetris/input.c	(revision 84afc7bf42bf4b5e22750a7f377f4bfc31636630)
+++ uspace/app/tetris/input.c	(revision 266daf5aa5865243097d6ed156a141a4df50764c)
@@ -59,4 +59,5 @@
 #include <async.h>
 #include <ipc/console.h>
+#include <console.h>
 #include <kbd/kbd.h>
 
@@ -115,5 +116,5 @@
 again:
 		if (!getchar_inprog) {
-			cons_phone = get_console_phone();
+			cons_phone = console_phone_get();
 			getchar_inprog = async_send_2(cons_phone,
 			    CONSOLE_GETKEY, 0, 0, &charcall);
