X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db800f6e2f0624751f8845d194fffc18d315cc49..c08d8ea807912cf87a5555f7b83192336c0c2608:/include/xbt/dynar.h diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 351a3e8b7a..02fe739ec8 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -192,7 +192,7 @@ XBT_PUBLIC(void) xbt_dynar_cursor_unlock(xbt_dynar_t dynar); * - sending such beasts over the network */ -#include "xbt/synchro.h" +#include "xbt/synchro_core.h" typedef struct xbt_dynar_s { unsigned long size; unsigned long used;