Index: uspace/app/bdsh/cmds/modules/bdd/bdd.c
===================================================================
--- uspace/app/bdsh/cmds/modules/bdd/bdd.c	(revision 8bfe48e81c36cb4f2aef628c058c67d0583b320b)
+++ uspace/app/bdsh/cmds/modules/bdd/bdd.c	(revision 4a68194df2c9adee6f05acf34c5c51ef658f99d2)
@@ -29,4 +29,5 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "config.h"
 #include "util.h"
Index: uspace/app/bdsh/cmds/modules/kcon/kcon.c
===================================================================
--- uspace/app/bdsh/cmds/modules/kcon/kcon.c	(revision 8bfe48e81c36cb4f2aef628c058c67d0583b320b)
+++ uspace/app/bdsh/cmds/modules/kcon/kcon.c	(revision 4a68194df2c9adee6f05acf34c5c51ef658f99d2)
@@ -32,4 +32,5 @@
 #include <stdlib.h>
 #include <io/console.h>
+#include <vfs/vfs.h>
 #include "config.h"
 #include "util.h"
Index: uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mkdir/mkdir.c	(revision 8bfe48e81c36cb4f2aef628c058c67d0583b320b)
+++ uspace/app/bdsh/cmds/modules/mkdir/mkdir.c	(revision 4a68194df2c9adee6f05acf34c5c51ef658f99d2)
@@ -38,4 +38,5 @@
 #include <getopt.h>
 #include <stdarg.h>
+#include <string.h>
 
 #include "config.h"
Index: uspace/app/bdsh/cmds/modules/pwd/pwd.c
===================================================================
--- uspace/app/bdsh/cmds/modules/pwd/pwd.c	(revision 8bfe48e81c36cb4f2aef628c058c67d0583b320b)
+++ uspace/app/bdsh/cmds/modules/pwd/pwd.c	(revision 4a68194df2c9adee6f05acf34c5c51ef658f99d2)
@@ -31,4 +31,5 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <mem.h>
 
 #include "config.h"
Index: uspace/app/bdsh/cmds/modules/rm/rm.c
===================================================================
--- uspace/app/bdsh/cmds/modules/rm/rm.c	(revision 8bfe48e81c36cb4f2aef628c058c67d0583b320b)
+++ uspace/app/bdsh/cmds/modules/rm/rm.c	(revision 4a68194df2c9adee6f05acf34c5c51ef658f99d2)
@@ -35,4 +35,6 @@
 #include <dirent.h>
 #include <getopt.h>
+#include <mem.h>
+#include <string.h>
 
 #include "config.h"
Index: uspace/app/bdsh/input.c
===================================================================
--- uspace/app/bdsh/input.c	(revision 8bfe48e81c36cb4f2aef628c058c67d0583b320b)
+++ uspace/app/bdsh/input.c	(revision 4a68194df2c9adee6f05acf34c5c51ef658f99d2)
@@ -36,4 +36,5 @@
 #include <io/keycode.h>
 #include <io/style.h>
+#include <vfs/vfs.h>
 #include <errno.h>
 #include <bool.h>
Index: uspace/app/tester/console/console1.c
===================================================================
--- uspace/app/tester/console/console1.c	(revision 8bfe48e81c36cb4f2aef628c058c67d0583b320b)
+++ uspace/app/tester/console/console1.c	(revision 4a68194df2c9adee6f05acf34c5c51ef658f99d2)
@@ -32,4 +32,5 @@
 #include <io/color.h>
 #include <io/style.h>
+#include <vfs/vfs.h>
 #include <async.h>
 #include "../tester.h"
Index: uspace/app/trace/trace.c
===================================================================
--- uspace/app/trace/trace.c	(revision 8bfe48e81c36cb4f2aef628c058c67d0583b320b)
+++ uspace/app/trace/trace.c	(revision 4a68194df2c9adee6f05acf34c5c51ef658f99d2)
@@ -42,4 +42,6 @@
 #include <async.h>
 #include <task.h>
+#include <mem.h>
+#include <string.h>
 #include <loader/loader.h>
 
