Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We need include simgrid_config.h for function getline.
[simgrid.git] / src / msg / msg_actions.c
index 3ef50ad..933cf3e 100644 (file)
@@ -8,6 +8,7 @@
 #include "xbt/str.h"
 #include "xbt/dynar.h"
 #include "xbt/replay_trace_reader.h"
+#include "simgrid_config.h" //For getline
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_action, msg,
                                 "MSG actions for trace driven simulation");