diff --git a/src/common.cpp b/src/common.cpp index 77caddfe8..2f7ab7916 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -25,6 +25,11 @@ #include #endif +#if defined(GB_SYSTEM_OPENBSD) +#include +#include +#endif + #include #include #include // Because I wanted the C++11 memory order semantics, of which gb.h does not offer (because it was a C89 library)