From a4ea20c2738848e1258eb33739ed6d1f51a278fc Mon Sep 17 00:00:00 2001 From: IndecisiveTurtle <47210458+raphaelthegreat@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:31:02 +0200 Subject: [PATCH] pthread: Add missing include --- src/core/libraries/kernel/threads/pthread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/libraries/kernel/threads/pthread.h b/src/core/libraries/kernel/threads/pthread.h index 4903e808..bcc2546c 100644 --- a/src/core/libraries/kernel/threads/pthread.h +++ b/src/core/libraries/kernel/threads/pthread.h @@ -3,6 +3,7 @@ #pragma once +#include #include #include #include