Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 12 Jun 2012 12:36:05 +0000 (14:36 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 12 Jun 2012 12:36:34 +0000 (14:36 +0200)
examples/msg/actions/actions.c

index ccd84bf..6c63e71 100644 (file)
@@ -10,6 +10,7 @@
 #include "simgrid/simix.h"        /* semaphores for the barrier */
 #include "xbt.h"                /* calloc, printf */
 #include "instr/instr_private.h"
+#include <xbt/replay.h>
 
 /** @addtogroup MSG_examples
  *