Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the prototype of s4u::Host::processes() to not return a swag of smx_actors
[simgrid.git] / include / xbt / replay.h
index 8267a42..e6bc673 100644 (file)
@@ -8,7 +8,10 @@
 
 #ifndef XBT_REPLAY_H
 #define XBT_REPLAY_H
-#include "xbt/misc.h"           /* SG_BEGIN_DECL */
+
+#include "xbt/dict.h"
+
+#include <stdio.h>
 
 SG_BEGIN_DECL()