]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: import pthread before python
authorprascle <prascle>
Fri, 9 Dec 2005 18:30:30 +0000 (18:30 +0000)
committerprascle <prascle>
Fri, 9 Dec 2005 18:30:30 +0000 (18:30 +0000)
src/LifeCycleCORBA/Launchers.hxx
src/MPIContainer/MPIContainer_i.cxx

index 6c9c4f6cdf93899bbe2f390c9b2ad1f5f39dcaf7..f5ec898723a88e8c2f7327269d6ab2db9f774df8 100644 (file)
@@ -17,6 +17,7 @@
 //
 // See http://www.salome-platform.org/
 //
+#include <pthread.h>  // must be before Python.h !
 #include <Python.h>
 #define elDEBUG 0
 
index 872c32d95b7cde771318ec21f64606b88ba051de..dfeb178e13579d792ccfb0b10b30e9d79103abae 100644 (file)
@@ -33,6 +33,7 @@
 #include "Utils_SINGLETON.hxx"
 #include "OpUtil.hxx"
 #include "utilities.h"
+#include <pthread.h>  // must be before Python.h !
 #include <Python.h>
 #include "Container_init_python.hxx"
 using namespace std;