aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2022-08-22 11:15:53 +0200
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2022-08-22 11:15:53 +0200
commitb70d211f21f5d43e2151008cdc645c9ffb7175aa (patch)
tree9b956475984c102add55afd4ef3ca9df29cc933f /src
parentb3e3b6c6565d6211ffd8ccef7a3866e03a978fee (diff)
fix: Expand OpenBSD include for wait.h to all Unix
closes: #1968
Diffstat (limited to 'src')
-rw-r--r--src/gb/gb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gb/gb.h b/src/gb/gb.h
index d09c7618b..90f2fd15a 100644
--- a/src/gb/gb.h
+++ b/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