Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing includes
authorPaul Bédaride <paul.bedaride@gmail.com>
Wed, 15 Jan 2014 14:40:25 +0000 (15:40 +0100)
committerPaul Bédaride <paul.bedaride@gmail.com>
Wed, 15 Jan 2014 14:40:25 +0000 (15:40 +0100)
examples/msg/energy/e2/e2.c
examples/msg/energy/e3/e3.c

index cd40d20..64536f5 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "msg/msg.h"
 #include "xbt/sysdep.h"         /* calloc */
+#include "simgrid/plugins.h"
 
 /* Create a log channel to have nice outputs. */
 #include "xbt/log.h"
index 40d61cc..ffa57e8 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "msg/msg.h"
 #include "xbt/sysdep.h"         /* calloc */
+#include "simgrid/plugins.h"
 
 /* Create a log channel to have nice outputs. */
 #include "xbt/log.h"