diff options
Diffstat (limited to 'math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc')
-rw-r--r-- | math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc b/math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc new file mode 100644 index 000000000000..7870d8bf725a --- /dev/null +++ b/math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc @@ -0,0 +1,12 @@ +--- src/OpenMesh/Apps/Decimating/decimaterviewer.cc.orig 2020-03-12 13:55:53 UTC ++++ src/OpenMesh/Apps/Decimating/decimaterviewer.cc +@@ -44,6 +44,9 @@ + #ifdef _MSC_VER + # pragma warning(disable: 4267 4311) + #endif ++#if defined(__FreeBSD__) ++#include <unistd.h> ++#endif + + #include <iostream> + #include <fstream> |