From 5d6ae8fd3f3b34f7c2f99a0d704a9daa3ea55188 Mon Sep 17 00:00:00 2001 From: auronandace Date: Fri, 13 Feb 2026 12:31:59 +0000 Subject: [PATCH] add pthread.h to unistd fork test --- tests/unistd/fork.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unistd/fork.c b/tests/unistd/fork.c index eb9b84ac2d..225ead36e2 100644 --- a/tests/unistd/fork.c +++ b/tests/unistd/fork.c @@ -1,3 +1,4 @@ +#include #include #include #include