core: add __NetBSD__ build fix in parallel.cpp

pull/20839/head
Alexander Alekhin 3 years ago
parent a3d7811f24
commit 27545dcc86
  1. 4
      modules/core/src/parallel.cpp

@ -54,8 +54,8 @@
#endif #endif
#if defined __unix__ || defined __APPLE__ || defined __GLIBC__ \ #if defined __unix__ || defined __APPLE__ || defined __GLIBC__ \
|| defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __FreeBSD__ \ || defined __HAIKU__ || defined __EMSCRIPTEN__ \
|| defined __OpenBSD__ || defined __FreeBSD__ || defined __NetBSD__ || 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