Index: uspace/srv/audio/hound/hound.c
===================================================================
--- uspace/srv/audio/hound/hound.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/audio/hound/hound.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -37,4 +37,5 @@
 #include <assert.h>
 #include <stdlib.h>
+#include <str.h>
 
 #include "hound.h"
Index: uspace/srv/bd/file_bd/file_bd.c
===================================================================
--- uspace/srv/bd/file_bd/file_bd.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/bd/file_bd/file_bd.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -52,4 +52,5 @@
 #include <task.h>
 #include <macros.h>
+#include <str.h>
 
 #define NAME "file_bd"
Index: uspace/srv/fs/cdfs/cdfs.c
===================================================================
--- uspace/srv/fs/cdfs/cdfs.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/fs/cdfs/cdfs.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -44,4 +44,5 @@
 #include <stdio.h>
 #include <libfs.h>
+#include <str.h>
 #include "cdfs.h"
 #include "cdfs_ops.h"
Index: uspace/srv/fs/exfat/exfat.c
===================================================================
--- uspace/srv/fs/exfat/exfat.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/fs/exfat/exfat.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -47,4 +47,5 @@
 #include <stdio.h>
 #include <libfs.h>
+#include <str.h>
 #include "../../vfs/vfs.h"
 
Index: uspace/srv/fs/ext4fs/ext4fs.c
===================================================================
--- uspace/srv/fs/ext4fs/ext4fs.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/fs/ext4fs/ext4fs.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -42,4 +42,5 @@
 #include <task.h>
 #include <ipc/services.h>
+#include <str.h>
 #include "ext4/ops.h"
 #include "../../vfs/vfs.h"
Index: uspace/srv/fs/fat/fat.c
===================================================================
--- uspace/srv/fs/fat/fat.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/fs/fat/fat.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -47,4 +47,5 @@
 #include <stdio.h>
 #include <libfs.h>
+#include <str.h>
 #include "../../vfs/vfs.h"
 
Index: uspace/srv/fs/locfs/locfs.c
===================================================================
--- uspace/srv/fs/locfs/locfs.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/fs/locfs/locfs.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -47,4 +47,5 @@
 #include <task.h>
 #include <libfs.h>
+#include <str.h>
 #include "locfs.h"
 #include "locfs_ops.h"
Index: uspace/srv/fs/mfs/mfs_dentry.c
===================================================================
--- uspace/srv/fs/mfs/mfs_dentry.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/fs/mfs/mfs_dentry.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -31,4 +31,5 @@
  */
 
+#include <str.h>
 #include "mfs.h"
 
Index: uspace/srv/fs/mfs/mfs_ops.c
===================================================================
--- uspace/srv/fs/mfs/mfs_ops.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/fs/mfs/mfs_ops.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -36,4 +36,5 @@
 #include <adt/hash_table.h>
 #include <adt/hash.h>
+#include <str.h>
 #include "mfs.h"
 
Index: uspace/srv/fs/tmpfs/tmpfs.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/fs/tmpfs/tmpfs.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -50,4 +50,5 @@
 #include <task.h>
 #include <libfs.h>
+#include <str.h>
 #include "../../vfs/vfs.h"
 
Index: uspace/srv/hid/console/console.c
===================================================================
--- uspace/srv/hid/console/console.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/hid/console/console.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -51,4 +51,5 @@
 #include <fibril_synch.h>
 #include <stdlib.h>
+#include <str.h>
 #include "console.h"
 
Index: uspace/srv/hid/input/input.c
===================================================================
--- uspace/srv/hid/input/input.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/hid/input/input.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -54,4 +54,5 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <str.h>
 #include <str_error.h>
 
Index: uspace/srv/hid/isdv4_tablet/main.c
===================================================================
--- uspace/srv/hid/isdv4_tablet/main.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/hid/isdv4_tablet/main.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -35,4 +35,5 @@
 #include <stddef.h>
 #include <stdio.h>
+#include <str.h>
 #include <task.h>
 
Index: uspace/srv/hid/remcons/remcons.c
===================================================================
--- uspace/srv/hid/remcons/remcons.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/hid/remcons/remcons.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -49,4 +49,5 @@
 #include <io/console.h>
 #include <inttypes.h>
+#include <str.h>
 #include "telnet.h"
 #include "user.h"
Index: uspace/srv/hid/rfb/main.c
===================================================================
--- uspace/srv/hid/rfb/main.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/hid/rfb/main.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -35,4 +35,5 @@
 #include <inttypes.h>
 #include <io/log.h>
+#include <str.h>
 #include <task.h>
 
Index: uspace/srv/net/dhcp/dhcp.c
===================================================================
--- uspace/srv/net/dhcp/dhcp.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/net/dhcp/dhcp.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -48,4 +48,5 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <str.h>
 
 #include "dhcp.h"
Index: uspace/srv/net/dnsrsrv/dnsrsrv.c
===================================================================
--- uspace/srv/net/dnsrsrv/dnsrsrv.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/net/dnsrsrv/dnsrsrv.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -43,4 +43,5 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <str.h>
 #include <task.h>
 
Index: uspace/srv/net/loopip/loopip.c
===================================================================
--- uspace/srv/net/loopip/loopip.c	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/srv/net/loopip/loopip.c	(revision 1d6dd2a62370f8442aef510558ad86b6439e6653)
@@ -45,4 +45,5 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <str.h>
 #include <task.h>
 
