Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Requests are deallocated inside the Waitall, do not deallocate them again after
[simgrid.git] / src / xbt / xbt_queue.c
index 6dc3c95f80d98aa45d5da4d83ef86ac531ef7897..78e578ca92cc2039867c09d909dae56e0906b11e 100644 (file)
@@ -11,6 +11,7 @@
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/dynar.h"
+#include "xbt/synchro_core.h"
 
 #include "xbt/queue.h"          /* this module */
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_queue, xbt,