]> AND Public Git Repository - simgrid.git/blobdiff - src/s4u/s4u_mutex.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
msg_private.h is a C++ header so add pp
[simgrid.git] / src / s4u / s4u_mutex.cpp
index 4f2cce6deb133f05912fa1ec1d5697e39b1207a7..20d87d9e8b2d6289976d1191f09257d1f51c9aa3 100644 (file)
@@ -5,10 +5,10 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/log.h"
-#include "src/msg/msg_private.h"
 #include "src/simix/smx_synchro_private.h"
 
 #include "simgrid/s4u/Mutex.hpp"
+#include "../msg/msg_private.hpp"
 
 namespace simgrid {
 namespace s4u {