From b70d211f21f5d43e2151008cdc645c9ffb7175aa Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Mon, 22 Aug 2022 11:15:53 +0200 Subject: [PATCH] fix: Expand OpenBSD include for wait.h to all Unix closes: #1968 --- src/gb/gb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gb/gb.h b/src/gb/gb.h index d09c7618b..90f2fd15a 100644 --- a/src/gb/gb.h +++ b/src/gb/gb.h @@ -90,7 +90,7 @@ extern "C" { #error This operating system is not supported #endif -#if defined(GB_SYSTEM_OPENBSD) +#if defined(GB_SYSTEM_UNIX) #include #endif