summaryrefslogtreecommitdiff
path: root/src/user/lib/stdlib.c
diff options
context:
space:
mode:
authordzwdz2022-07-26 16:53:13 +0200
committerdzwdz2022-07-26 16:53:13 +0200
commit13519597d98c9271b7856242d5625896d18803c5 (patch)
treefc8ac2bb7ae2970bfa81aae9f89ce1e59bb5a2c7 /src/user/lib/stdlib.c
parent90af8825a41981ce2ee52e0a9ce84f624eb022e6 (diff)
tools: add tools/sort_includes.rb
Diffstat (limited to 'src/user/lib/stdlib.c')
-rw-r--r--src/user/lib/stdlib.c2
1 files changed, 1 insertions, 1 deletions
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 <user/lib/stdlib.h>
#include <shared/printf.h>
#include <shared/syscalls.h>
+#include <user/lib/stdlib.h>
// TODO oh god this garbage - malloc, actually open, [...]
static libc_file _stdin_null = { .fd = 0 };