X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7b463c9c17665403d001fc59cb649551e93d950..3e034223cea7348123d4996e5e1e5db8e2393b54:/src/surf/random_mgr.c diff --git a/src/surf/random_mgr.c b/src/surf/random_mgr.c index 90326e674b..ec259a06c1 100644 --- a/src/surf/random_mgr.c +++ b/src/surf/random_mgr.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -6,7 +6,9 @@ #include "surf/random_mgr.h" #include "xbt/sysdep.h" -#include "gras_config.h" /*_XBT_WIN32*/ +#include "internal_config.h" /*_XBT_WIN32*/ +#include +#include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(random, surf, "Random part of surf");