File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Mutex* __initialization_mutex_initializer = &getInitializationMutex();
66
66
# endif
67
67
#endif
68
68
69
- #if defined __ANDROID__ || defined __linux__ || defined __FreeBSD__
69
+ #if defined __ANDROID__ || defined __linux__ || defined __FreeBSD__ || defined __HAIKU__
70
70
# include < unistd.h>
71
71
# include < fcntl.h>
72
72
# include < elf.h>
@@ -202,7 +202,7 @@ std::wstring GetTempFileNameWinRT(std::wstring prefix)
202
202
#include " omp.h"
203
203
#endif
204
204
205
- #if defined __linux__ || defined __APPLE__ || defined __EMSCRIPTEN__ || defined __FreeBSD__
205
+ #if defined __linux__ || defined __APPLE__ || defined __EMSCRIPTEN__ || defined __FreeBSD__ || defined __HAIKU__
206
206
#include < unistd.h>
207
207
#include < stdio.h>
208
208
#include < sys/types.h>
You can’t perform that action at this time.
0 commit comments