From: abd Date: Thu, 29 Jun 2006 13:20:46 +0000 (+0000) Subject: Rigth fix for compilation on WIN32 and Linux X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d21fe8ef2e61f639aecce3d6bd2cfa49129df96e;p=modules%2Fkernel.git Rigth fix for compilation on WIN32 and Linux --- diff --git a/src/Logger/SALOME_Logger_Server_main.cxx b/src/Logger/SALOME_Logger_Server_main.cxx index 5471069a3..c9551d567 100644 --- a/src/Logger/SALOME_Logger_Server_main.cxx +++ b/src/Logger/SALOME_Logger_Server_main.cxx @@ -14,10 +14,10 @@ #include #ifndef __WIN32__ # include +#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)