pkgsrc/cad/oce/patches/patch-src_Standard_Standard__Mutex.hxx
fhajny ffe0cd51cf Import OCE 0.18 as cad/oce, based on wip/oce.
Opencascade Community Edition project gathers patches/changes/improvements
from the OCC community over the latest release.

Open CASCADE Technology is a software development platform freely available
in open source. It includes C++ components for 3D surface and solid modeling,
visualization, data exchange and rapid application development.
2017-01-20 11:00:50 +00:00

15 lines
388 B
C++

$NetBSD: patch-src_Standard_Standard__Mutex.hxx,v 1.1 2017/01/20 11:00:50 fhajny Exp $
Portability.
--- src/Standard/Standard_Mutex.hxx.orig 2015-03-08 22:19:42.000000000 +0000
+++ src/Standard/Standard_Mutex.hxx
@@ -24,7 +24,7 @@
#include <windows.h>
#else
#include <pthread.h>
- #include <sys/errno.h>
+ #include <errno.h>
#include <unistd.h>
#include <time.h>
#endif