From 13c11bbabcde4f9abc1fa7019d56a76a2550c555 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 25 Mar 2026 17:29:05 -0400 Subject: Darwin needs unistd.h for mkstemps --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index b8c38e0..8b87363 100644 --- a/common.h +++ b/common.h @@ -2,6 +2,7 @@ #define DO_COMMON_H #include +#include #include #include #include -- cgit