From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/socket/setsockopt.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc/socket/setsockopt.c') diff --git a/lib/libc/socket/setsockopt.c b/lib/libc/socket/setsockopt.c index 8f25bab4..740b2d08 100644 --- a/lib/libc/socket/setsockopt.c +++ b/lib/libc/socket/setsockopt.c @@ -1,5 +1,7 @@ -#include -#include +#include "asm/unistd_64.h" // for __NR_setsockopt + +#include // for setsockopt, socklen_t +#include // for __syscall_5, syscall int setsockopt(int socket, int level, int option_name, const void *option_value, socklen_t option_len) -- cgit v1.2.3