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/msg/msgctl.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libc/msg') diff --git a/lib/libc/msg/msgctl.c b/lib/libc/msg/msgctl.c index fd25cae4..0df2e3cf 100644 --- a/lib/libc/msg/msgctl.c +++ b/lib/libc/msg/msgctl.c @@ -1,6 +1,7 @@ -#include -#include -#include +#include "asm/unistd_64.h" // for __NR_msgctl + +#include // for msgctl +#include // for __syscall_3, syscall int msgctl(int msqid, int cmd, struct msqid_ds *buf) { -- cgit v1.2.3