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/lib/stdlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/lib/stdlib.c') diff --git a/src/user/lib/stdlib.c b/src/user/lib/stdlib.c index 56b8bb4..e947486 100644 --- a/src/user/lib/stdlib.c +++ b/src/user/lib/stdlib.c @@ -1,6 +1,6 @@ -#include #include #include +#include // TODO oh god this garbage - malloc, actually open, [...] static libc_file _stdin_null = { .fd = 0 }; -- cgit v1.2.3