Skip to content

Commit 3acf8cf

Browse files
committed
Add an OpenBSD check
1 parent a5b8f16 commit 3acf8cf

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)