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/times/times.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/times') diff --git a/lib/libc/times/times.c b/lib/libc/times/times.c index bd850215..0b8608e4 100644 --- a/lib/libc/times/times.c +++ b/lib/libc/times/times.c @@ -1,5 +1,6 @@ #include #include +#include clock_t times(struct tms *buffer) { -- cgit v1.2.3