summaryrefslogtreecommitdiff
path: root/math/openmesh/files/patch-src_OpenMesh_Apps_Decimating_decimaterviewer.cc
blob: 0dffab8c0e5de47eab51f5dbfb24af3b8a0eec96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/OpenMesh/Apps/Decimating/decimaterviewer.cc.orig	2018-10-21 23:51:30 UTC
+++ src/OpenMesh/Apps/Decimating/decimaterviewer.cc
@@ -63,6 +63,9 @@
 #else
 #include <GL/glut.h>
 #endif
+#if defined(__FreeBSD__)
+#include <unistd.h>
+#endif
 
 void usage_and_exit(int xcode);