mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
12 lines
280 B
C++
12 lines
280 B
C++
--- 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);
|
|
|