Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : signed int instead of unsigned int
[simgrid.git] / src / xbt / xbt_queue.c
index 4585ae1..78e578c 100644 (file)
@@ -11,8 +11,8 @@
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/dynar.h"
+#include "xbt/synchro_core.h"
 
-#include "xbt/synchro.h"
 #include "xbt/queue.h"          /* this module */
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_queue, xbt,
                                 "Message exchanging queue");