Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : signed int instead of unsigned int
[simgrid.git] / src / xbt / xbt_sg_synchro.c
index f0f87ef..ae49355 100644 (file)
@@ -10,6 +10,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/ex.h"
+#include "xbt/synchro_core.h"
 
 #include "simgrid/simix.h"        /* used implementation */
 #include "../simix/smx_private.h" /* FIXME */