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