Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move declarations for xbt_abort and xbt_die to xbt/asserts.h.
[simgrid.git] / examples / c / comm-pingpong / comm-pingpong.c
index c68e4f0cac955d8f7c9cfceafd4f88c07430dfc1..d0d820ca51378e653c7d90d3e74b18c60ef22a98 100644 (file)
@@ -8,9 +8,9 @@
 #include "simgrid/engine.h"
 #include "simgrid/forward.h"
 #include "simgrid/mailbox.h"
-#include "xbt/asserts.h"
 #include "xbt/log.h"
 #include "xbt/str.h"
+#include "xbt/sysdep.h"
 
 #include <stdio.h> /* snprintf */