X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be7ea3f9e71cd563e91b6aba63f5c70f043fbd5..3d845df082d79ab89649c1a8829eea201ae01085:/src/xbt/graph.c diff --git a/src/xbt/graph.c b/src/xbt/graph.c index 6e5fdb163a..5d3629020e 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -1,6 +1,6 @@ /* a generic graph library. */ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -16,7 +16,7 @@ #include "xbt/dict.h" #include "xbt/heap.h" #include "xbt/str.h" - +#include "xbt/file.h"