]> Creatis software - creaVtk.git/commitdiff
#3209 creaVtk Feature New Normal branch vtk7itk4wx3-mingw vtk7itk4wx3-mingw64
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Fri, 27 Jul 2018 14:31:49 +0000 (16:31 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Fri, 27 Jul 2018 14:31:49 +0000 (16:31 +0200)
bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx

index 020eb5f9080d0aecff4b85e807382e57172c7029..918d216770be079fc41c36d47621c96c59e8e5f6 100644 (file)
@@ -13,8 +13,9 @@
 #include <sys/types.h>
 
 #if defined(_WIN32)
+       #include <share.h> 
 #else
-#include <unistd.h>
+       #include <unistd.h>
 #endif // defined(_WIN32)
 
 #include <stdlib.h>