From a8959b3da1b160c84da6ead6f12188b1824d76e6 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 18 Apr 2024 18:22:00 +0200 Subject: LibC/Kernel: Move lseek/seek to kernel --- userland/libc/tb/sv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userland/libc/tb') diff --git a/userland/libc/tb/sv.c b/userland/libc/tb/sv.c index ad0a61c..45eb0d9 100644 --- a/userland/libc/tb/sv.c +++ b/userland/libc/tb/sv.c @@ -1,8 +1,8 @@ #include +#include #include #include #include -#include char *SV_TO_C(struct sv s) { char *c_string = malloc(s.length + 1); -- cgit v1.2.3