fix: Expand OpenBSD include for wait.h to all Unix

closes: #1968
This commit is contained in:
Jeroen Ruigrok van der Werven
2022-08-22 11:15:53 +02:00
parent b3e3b6c656
commit b70d211f21

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