Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing includes.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 25 Oct 2017 12:35:08 +0000 (14:35 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 25 Oct 2017 12:37:35 +0000 (14:37 +0200)
examples/simdag/daxload/sd_daxload.c
src/xbt/graph.c

index 8276fc9..c2fb9ed 100644 (file)
@@ -9,6 +9,8 @@
 #include "simgrid/simdag.h"
 #include "xbt/file.h"
 
+#include <stdio.h>
+
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logging specific to this SimDag example");
 
 static int name_compare_hosts(const void *n1, const void *n2)
index b5f95c6..befa76c 100644 (file)
@@ -15,6 +15,7 @@
 #include "xbt/file.h"
 
 #include <errno.h>
+#include <stdio.h>
 #include <stdlib.h>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_graph, xbt, "Graph");