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/pthread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pthread.h') diff --git a/include/pthread.h b/include/pthread.h index cc056888..5141a286 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -1,6 +1,8 @@ #ifndef __PTHREAD_H #define __PTHREAD_H +#include +#include #define __BITS_TIMESPEC_H_ #include #undef __BITS_TIMESPEC_H_ -- cgit v1.2.3