Index: uspace/srv/console/console.c
===================================================================
--- uspace/srv/console/console.c	(revision 8c6337da8a2a5d35e81a01849b0fc59183f60c2a)
+++ uspace/srv/console/console.c	(revision ac48fef8fb17c81758c0b341179b0d47b9ecc95a)
@@ -42,4 +42,5 @@
 #include <key_buffer.h>
 #include <console.h>
+#include <ipc/console.h>
 #include <unistd.h>
 #include <async.h>
Index: uspace/srv/console/console.h
===================================================================
--- uspace/srv/console/console.h	(revision 8c6337da8a2a5d35e81a01849b0fc59183f60c2a)
+++ uspace/srv/console/console.h	(revision ac48fef8fb17c81758c0b341179b0d47b9ecc95a)
@@ -40,13 +40,4 @@
 #define CONSOLE_COUNT 12 
 
-#define CONSOLE_GETCHAR		1026
-#define CONSOLE_PUTCHAR 	1027
-#define CONSOLE_CLEAR		1028
-#define CONSOLE_GOTO		1029
-#define CONSOLE_GETSIZE		1030
-#define CONSOLE_FLUSH		1031
-#define CONSOLE_SET_STYLE 	1032
-#define CONSOLE_CURSOR_VISIBILITY	1033
-
 #endif
  
