From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/socket/send.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/socket/send.c') diff --git a/lib/libc/socket/send.c b/lib/libc/socket/send.c index 7ba42525..45de1514 100644 --- a/lib/libc/socket/send.c +++ b/lib/libc/socket/send.c @@ -1,5 +1,7 @@ -#include "asm/unistd_64.h" // for __NR_sendto + + +#include #include // for send #include // for size_t, ssize_t #include // for __syscall_6, syscall -- cgit v1.2.3