forked from Lainports/freebsd-ports
11 lines
287 B
C++
11 lines
287 B
C++
--- mkl-dnn/src/common/utils.cpp.orig 2020-09-12 19:26:27 UTC
|
|
+++ mkl-dnn/src/common/utils.cpp
|
|
@@ -19,7 +19,7 @@
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
-#if defined __linux__ || defined __APPLE__
|
|
+#if defined __linux__ || defined __APPLE__ || defined __FreeBSD__
|
|
#include <unistd.h>
|
|
#endif
|
|
|