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/unistd/setpgid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/unistd/setpgid.c') diff --git a/lib/libc/unistd/setpgid.c b/lib/libc/unistd/setpgid.c index 87f50e8f..aa7bc2b2 100644 --- a/lib/libc/unistd/setpgid.c +++ b/lib/libc/unistd/setpgid.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_setpgid + + #include // for __syscall_2, syscall #include // for pid_t, setpgid -- cgit v1.2.3