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 --- include/sys/times.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/times.h') diff --git a/include/sys/times.h b/include/sys/times.h index 4cc0e184..a14a6b6a 100644 --- a/include/sys/times.h +++ b/include/sys/times.h @@ -1,6 +1,7 @@ #ifndef __SYS_TIMES_H #define __SYS_TIMES_H +#include typedef __INT64_TYPE__ clock_t; struct tms { -- cgit v1.2.3