From 499784a824c541001c2fd52ae95eba88dcfc952b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 21 Dec 2019 22:22:03 +0100 Subject: Many debugging/serial improvements Sorry for the little information, but I did many things :) --- src/userspace/mlibc/string/strcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userspace/mlibc/string/strcat.c') diff --git a/src/userspace/mlibc/string/strcat.c b/src/userspace/mlibc/string/strcat.c index 0448430..2876604 100644 --- a/src/userspace/mlibc/string/strcat.c +++ b/src/userspace/mlibc/string/strcat.c @@ -1,4 +1,4 @@ -#include +#include void strcat(char *dest, const char *orig) { -- cgit v1.2.3