From 9b2e28ad7a752c0fe7b60e73ca43c827b45b3ee8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 7 May 2020 22:19:13 +0200 Subject: Added and applied include-sorting Worked better than I thought! --- src/kernel/lib/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/lib/string.h') diff --git a/src/kernel/lib/string.h b/src/kernel/lib/string.h index bd412d7..127dcc4 100644 --- a/src/kernel/lib/string.h +++ b/src/kernel/lib/string.h @@ -1,8 +1,8 @@ #ifndef MELVIX_STRING_H #define MELVIX_STRING_H -#include #include +#include u32 strlen(const char *str); -- cgit v1.2.3