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/sendmsg.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libc/socket/sendmsg.c') diff --git a/lib/libc/socket/sendmsg.c b/lib/libc/socket/sendmsg.c index 6414021c..b977f7da 100644 --- a/lib/libc/socket/sendmsg.c +++ b/lib/libc/socket/sendmsg.c @@ -1,5 +1,8 @@ -#include -#include +#include "asm/unistd_64.h" // for __NR_sendmsg + +#include // for sendmsg +#include // for ssize_t +#include // for __syscall_3, syscall ssize_t sendmsg(int socket, const struct msghdr *message, int flags) { -- cgit v1.2.3