Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
basename raises a warning without including libgen.h
[simgrid.git] / examples / simdag / dot / simulate_dot.c
index 75eda05..f87bd7f 100644 (file)
@@ -12,6 +12,7 @@
 #include "xbt/log.h"
 #include "xbt/ex.h"
 #include <string.h>
+#include <libgen.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test,
                              "Logging specific to this SimDag example");