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/accept4.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/socket/accept4.c') diff --git a/lib/libc/socket/accept4.c b/lib/libc/socket/accept4.c index 88c761f5..ff5cbc06 100644 --- a/lib/libc/socket/accept4.c +++ b/lib/libc/socket/accept4.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_accept4 + + #include // for accept4, socklen_t #include // for __syscall_4, syscall -- cgit v1.2.3