This commit is contained in:
gingerBill
2022-07-24 22:46:07 +01:00
4 changed files with 9 additions and 5 deletions
+4
View File
@@ -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__)