]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Added #include <unistd.h>
authorsrn <srn@opencascade.com>
Thu, 1 Nov 2007 09:42:11 +0000 (09:42 +0000)
committersrn <srn@opencascade.com>
Thu, 1 Nov 2007 09:42:11 +0000 (09:42 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_Tool.cxx
src/TOOLSDS/SALOMEDS_Tool.cxx

index d163a99e2006b2f966cd9d419689f1b9c7cbe026..7d817c96170ba116cf2c172ebbdb7d97aab27dee 100644 (file)
@@ -36,6 +36,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <pwd.h> 
+#include <unistd.h>
 #else
 #include <time.h>
 #include <lmcons.h>
index bbb4192d33bb87bbadd806db9ebe64d746ad524a..fcf2be69dad1e7c513e116a140d4d0f43adde91d 100644 (file)
@@ -35,6 +35,7 @@
 #include <iostream.h> 
 #include <fstream.h>
 #include <pwd.h> 
+#include <unistd.h>
 #else
 #include <time.h>
 #include <lmcons.h>