mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 01:47:12 +08:00
Fix system.cpp includes on Fuchsia.
This commit is contained in:
parent
d1a598c652
commit
e858c21e1f
@ -91,7 +91,7 @@ static bool param_dumpErrors = utils::getConfigurationParameterBool("OPENCV_DUMP
|
||||
#include <cstdlib> // std::abort
|
||||
#endif
|
||||
|
||||
#if defined __ANDROID__ || defined __linux__ || defined __FreeBSD__ || defined __HAIKU__
|
||||
#if defined __ANDROID__ || defined __linux__ || defined __FreeBSD__ || defined __HAIKU__ || defined __Fuchsia__
|
||||
# include <unistd.h>
|
||||
# include <fcntl.h>
|
||||
# include <elf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user