Merge pull request #1969 from ashemedai/bug-1968-bsd-headers

fix: Expand OpenBSD include for wait.h to all Unix
This commit is contained in:
Jeroen van Rijn
2022-08-22 13:50:40 +02:00
committed by GitHub
+1 -1
View File
@@ -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 <sys/wait.h>
#endif