meshlab: add missing patch (doh!)

Should have been included in af7d5f27d0 ("meshlab: 1.3.2 -> 1.3.3").
This commit is contained in:
Bjørn Forsman 2015-08-20 16:05:18 +02:00
parent 50d90a2538
commit c9c3a3cb72

View File

@ -0,0 +1,13 @@
*** 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