From c0e28eee80f892d2dd1a337f60534092246f6260 Mon Sep 17 00:00:00 2001 From: Alexander Nutz Date: Sat, 11 Oct 2025 12:28:40 +0200 Subject: [PATCH] fix: need to include unistd.h for getpid() --- cuik_go/parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cuik_go/parser.c b/cuik_go/parser.c index 08053e3f..71844fbf 100644 --- a/cuik_go/parser.c +++ b/cuik_go/parser.c @@ -11,6 +11,7 @@ #include #include #include +#include #include