From 13519597d98c9271b7856242d5625896d18803c5 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 16:53:13 +0200 Subject: tools: add tools/sort_includes.rb --- src/user/app/init/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/app/init/shell.c') diff --git a/src/user/app/init/shell.c b/src/user/app/init/shell.c index cda8a65..f420208 100644 --- a/src/user/app/init/shell.c +++ b/src/user/app/init/shell.c @@ -1,9 +1,9 @@ #include #include #include +#include #include #include -#include static bool isspace(char c) { return c == ' ' || c == '\t' || c == '\n'; -- cgit v1.2.3