mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 11:22:22 -07:00
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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user