Browse Source

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

closes: #1968
Jeroen Ruigrok van der Werven 3 years ago
parent
commit
b70d211f21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/gb/gb.h

+ 1 - 1
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 <sys/wait.h>
 #endif