Browse Source

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

fix: Expand OpenBSD include for wait.h to all Unix
Jeroen van Rijn 3 years ago
parent
commit
27d556735a
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
 	#error This operating system is not supported
 #endif
 #endif
 
 
-#if defined(GB_SYSTEM_OPENBSD)
+#if defined(GB_SYSTEM_UNIX)
 #include <sys/wait.h>
 #include <sys/wait.h>
 #endif
 #endif