X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ca1291c2f63ca6235f4b4885c48413a900aade4..649ff8bac9ec72bc9321a7b21843cd41f7b7e7bc:/src/xbt/setset.c diff --git a/src/xbt/setset.c b/src/xbt/setset.c index 056fb82e7a..2b0ec89424 100644 --- a/src/xbt/setset.c +++ b/src/xbt/setset.c @@ -1,9 +1,15 @@ +/* Copyright (c) 2010-2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include #include #include "setset_private.h" #include "xbt/sysdep.h" -#include "gras_config.h" /*_XBT_WIN32*/ +#include "internal_config.h" /*_XBT_WIN32*/ /*The function ffs doesn't exist for windows*/ #ifdef _XBT_WIN32