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/fcntl/openat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/fcntl/openat.c') diff --git a/lib/libc/fcntl/openat.c b/lib/libc/fcntl/openat.c index d3475f6b..d99693dc 100644 --- a/lib/libc/fcntl/openat.c +++ b/lib/libc/fcntl/openat.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_openat + + #include // for O_CREAT, openat #include // for va_arg, va_end, va_list, va_start -- cgit v1.2.3