Index: uspace/lib/libc/generic/io/asprintf.c
===================================================================
--- uspace/lib/libc/generic/io/asprintf.c	(revision facebd56444e3295d5e55e8e6f5ebf652c5c4b04)
+++ uspace/lib/libc/generic/io/asprintf.c	(revision 19f857a3b361739b06d4f547174ae4ac1b99c651)
@@ -37,5 +37,5 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
+#include <str.h>
 #include <io/printf_core.h>
 
Index: uspace/lib/libc/generic/io/io.c
===================================================================
--- uspace/lib/libc/generic/io/io.c	(revision facebd56444e3295d5e55e8e6f5ebf652c5c4b04)
+++ uspace/lib/libc/generic/io/io.c	(revision 19f857a3b361739b06d4f547174ae4ac1b99c651)
@@ -37,5 +37,5 @@
 #include <fcntl.h>
 #include <assert.h>
-#include <string.h>
+#include <str.h>
 #include <errno.h>
 #include <bool.h>
Index: uspace/lib/libc/generic/io/klog.c
===================================================================
--- uspace/lib/libc/generic/io/klog.c	(revision facebd56444e3295d5e55e8e6f5ebf652c5c4b04)
+++ uspace/lib/libc/generic/io/klog.c	(revision 19f857a3b361739b06d4f547174ae4ac1b99c651)
@@ -35,5 +35,5 @@
 
 #include <libc.h>
-#include <string.h>
+#include <str.h>
 #include <sys/types.h>
 #include <unistd.h>
Index: uspace/lib/libc/generic/io/printf_core.c
===================================================================
--- uspace/lib/libc/generic/io/printf_core.c	(revision facebd56444e3295d5e55e8e6f5ebf652c5c4b04)
+++ uspace/lib/libc/generic/io/printf_core.c	(revision 19f857a3b361739b06d4f547174ae4ac1b99c651)
@@ -41,5 +41,5 @@
 #include <io/printf_core.h>
 #include <ctype.h>
-#include <string.h>
+#include <str.h>
 
 /** show prefixes 0x or 0 */
Index: uspace/lib/libc/generic/io/vprintf.c
===================================================================
--- uspace/lib/libc/generic/io/vprintf.c	(revision facebd56444e3295d5e55e8e6f5ebf652c5c4b04)
+++ uspace/lib/libc/generic/io/vprintf.c	(revision 19f857a3b361739b06d4f547174ae4ac1b99c651)
@@ -39,5 +39,5 @@
 #include <futex.h>
 #include <async.h>
-#include <string.h>
+#include <str.h>
 
 static atomic_t printf_futex = FUTEX_INITIALIZER;
Index: uspace/lib/libc/generic/io/vsnprintf.c
===================================================================
--- uspace/lib/libc/generic/io/vsnprintf.c	(revision facebd56444e3295d5e55e8e6f5ebf652c5c4b04)
+++ uspace/lib/libc/generic/io/vsnprintf.c	(revision 19f857a3b361739b06d4f547174ae4ac1b99c651)
@@ -35,5 +35,5 @@
 #include <stdarg.h>
 #include <stdio.h>
-#include <string.h>
+#include <str.h>
 #include <io/printf_core.h>
 #include <errno.h>
