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/strcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userspace/mlibc/string/strcpy.c') diff --git a/src/userspace/mlibc/string/strcpy.c b/src/userspace/mlibc/string/strcpy.c index 8dfa65f..18f3f25 100644 --- a/src/userspace/mlibc/string/strcpy.c +++ b/src/userspace/mlibc/string/strcpy.c @@ -1,4 +1,4 @@ -#include +#include void strcpy(char *dest, const char *orig) { -- cgit v1.2.3