Skip to content

Commit aece3e7

Browse files
committed
Merge pull request opencv#18507 from sizeofvoid:openbsd
2 parents ebe9327 + 3acf8cf commit aece3e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/core/src/parallel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
#endif
5555

5656
#if defined __linux__ || defined __APPLE__ || defined __GLIBC__ \
57-
|| defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __FreeBSD__
57+
|| defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __FreeBSD__ \
58+
|| defined __OpenBSD__
5859
#include <unistd.h>
5960
#include <stdio.h>
6061
#include <sys/types.h>

0 commit comments

Comments
 (0)