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/strinv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userspace/mlibc/string/strinv.c') diff --git a/src/userspace/mlibc/string/strinv.c b/src/userspace/mlibc/string/strinv.c index 71f3355..4f54775 100644 --- a/src/userspace/mlibc/string/strinv.c +++ b/src/userspace/mlibc/string/strinv.c @@ -1,4 +1,4 @@ -#include +#include void strinv(char *str) { -- cgit v1.2.3