Add an OpenBSD check

pull/18507/head
Rafael Sadowski 4 years ago
parent a5b8f163d7
commit 3acf8cfd63
  1. 3
      modules/core/src/parallel.cpp

@ -54,7 +54,8 @@
#endif #endif
#if defined __linux__ || defined __APPLE__ || defined __GLIBC__ \ #if defined __linux__ || defined __APPLE__ || defined __GLIBC__ \
|| defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __FreeBSD__ || defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __FreeBSD__ \
|| defined __OpenBSD__
#include <unistd.h> #include <unistd.h>
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>

Loading…
Cancel
Save