Added missing #includes on OpenBSD

This commit is contained in:
Ronald1985
2022-06-14 09:55:06 +01:00
parent 21e637d2b3
commit 89222a0ab2

View File

@@ -25,6 +25,11 @@
#include <psapi.h>
#endif
#if defined(GB_SYSTEM_OPENBSD)
#include <sys/resource.h>
#include <sys/wait.h>
#endif
#include <math.h>
#include <string.h>
#include <atomic> // Because I wanted the C++11 memory order semantics, of which gb.h does not offer (because it was a C89 library)