فهرست منبع

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

closes: #1968
Jeroen Ruigrok van der Werven 3 سال پیش
والد
کامیت
b70d211f21
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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