]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
Correction of compilation problems
authormaintenance team <salome-mnt@opencascade.com>
Fri, 6 Apr 2007 09:20:21 +0000 (09:20 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Fri, 6 Apr 2007 09:20:21 +0000 (09:20 +0000)
src/GHS3DPlugin_GHS3D.cxx

index 478c2bdb3484e8df9d1efb848ff06a7e49e3d975..e49f404ebeeae212c3ef333526a9e72e9d8501f9 100644 (file)
@@ -60,8 +60,15 @@ using namespace std;
 #define DUMP(txt)
 #endif
 
-// include for mmap
-#include "HDFconvert.hxx"
+extern "C"
+{
+#ifndef WNT
+#include <unistd.h>
+#include <sys/mman.h>
+#endif
+#include <sys/stat.h>
+#include <fcntl.h>
+}
 
 //=============================================================================
 /*!