Salome HOME
Modif Hexablock.py
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_Trace.cxx
index c8b563e9e23cc0c14ddc7be4b8c8014264618cdd..01683c5bfc288da031ab5ec3df7ff2a4b2d19c2d 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 
 #include "HEXABLOCKGUI_Trace.hxx"
 
+
 #ifdef WNT
 #include <process.h>
 #define getpid _getpid
-#else
-#include <sys/types.h>
+#else                         // Modification INCKA AD
+#include<stdio.h>
+#include<sys/types.h>
 #include <unistd.h>
 #endif