Salome HOME
Modif Hexablock.py
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_Trace.cxx
index 9b7a2e192522082c72d7359b7a2528c569ba52d6..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
@@ -27,7 +27,9 @@
 #ifdef WNT
 #include <process.h>
 #define getpid _getpid
-#else
+#else                         // Modification INCKA AD
+#include<stdio.h>
+#include<sys/types.h>
 #include <unistd.h>
 #endif