diff options
| author | gingerBill <bill@gingerbill.org> | 2022-07-24 22:46:07 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-07-24 22:46:07 +0100 |
| commit | 2bdbce55f9d7b2b17322bf3879df446e77da70a6 (patch) | |
| tree | 75e3e8f77a7b32f65af13db05fa89524ed1f3d79 /src | |
| parent | 9614ca92f0a141d972b654c94b7dc6ae37c4e3b1 (diff) | |
| parent | d30e59f539e651af079668b15b2f20349cad21f1 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src')
| -rw-r--r-- | src/gb/gb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gb/gb.h b/src/gb/gb.h index 48d3c9aec..d09c7618b 100644 --- a/src/gb/gb.h +++ b/src/gb/gb.h @@ -90,6 +90,10 @@ extern "C" { #error This operating system is not supported #endif +#if defined(GB_SYSTEM_OPENBSD) +#include <sys/wait.h> +#endif + #if defined(_MSC_VER) #define GB_COMPILER_MSVC 1 #elif defined(__GNUC__) |