slackbuilds_ponce/graphics/meshlab/plystuff.diff
David Spencer b8bc87f27c graphics/meshlab: Added (process and edit 3D triangular meshes)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-06-04 00:11:07 -05:00

13 lines
358 B
Diff

*** old/vcglib/wrap/ply/plystuff.h 2013-02-09 00:00:04.110705851 -0500
--- new/vcglib/wrap/ply/plystuff.h 2013-02-09 15:20:53.482205183 -0500
***************
*** 75,80 ****
--- 75,81 ----
#define pb_close _close
#define DIR_SEP "\\"
#else
+ #include <unistd.h>
#define pb_mkdir(n) mkdir(n,0755)
#define pb_access access
#define pb_stat stat