Files
ports/math/onednn/files/patch-src_common_memory__debug.cpp
T
Yuri Victorovich eb97f26504 math/onednn: Update 1.4 -> 1.5
Reported by:	portscout
2020-06-19 07:18:29 +00:00

12 lines
306 B
C++

--- src/common/memory_debug.cpp.orig 2020-06-19 06:42:33 UTC
+++ src/common/memory_debug.cpp
@@ -21,7 +21,7 @@
#include <windows.h>
#endif
-#if defined __linux__ || defined __APPLE__
+#if defined __linux__ || defined __APPLE__ || defined __FreeBSD__
#include <unistd.h>
#include <sys/mman.h>
#endif