]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Rigth fix for compilation on WIN32 and Linux
authorabd <abd@opencascade.com>
Thu, 29 Jun 2006 13:20:46 +0000 (13:20 +0000)
committerabd <abd@opencascade.com>
Thu, 29 Jun 2006 13:20:46 +0000 (13:20 +0000)
src/Logger/SALOME_Logger_Server_main.cxx

index 5471069a3ae99b66943bb5c73a496542f4a27d87..c9551d567919d0f9586c9e22f758530bbb31c44f 100644 (file)
 #include <sys/types.h>
 #ifndef __WIN32__
 # include <unistd.h>
+#else
+# include "utilities.h" // for compilation type "timespec"
 #endif
 
-#include "utilities.h" // for compilation type "timespec"
-
 int main(int argc, char **argv)
 {
   if (argc > 2)