mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #20839 from alalek:issue_20828_netbsd
This commit is contained in:
commit
05348f3250
@ -54,8 +54,8 @@
|
||||
#endif
|
||||
|
||||
#if defined __unix__ || defined __APPLE__ || defined __GLIBC__ \
|
||||
|| defined __HAIKU__ || defined __EMSCRIPTEN__ || defined __FreeBSD__ \
|
||||
|| defined __OpenBSD__
|
||||
|| defined __HAIKU__ || defined __EMSCRIPTEN__ \
|
||||
|| defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user