Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
basename raises a warning without including libgen.h
[simgrid.git] / examples / simdag / dot / dot_test.c
index a8bcdb1..def253b 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");