X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9df6a0ce7023e4e22d83bb6c50f27bd21fab329..ab9a2d2c7dca2b08750d70ef5769fc2c14350ab6:/src/include/simgrid/sg_config.h diff --git a/src/include/simgrid/sg_config.h b/src/include/simgrid/sg_config.h index 4bd78c5fdb..588ac419a5 100644 --- a/src/include/simgrid/sg_config.h +++ b/src/include/simgrid/sg_config.h @@ -1,9 +1,11 @@ -/* Copyright (c) 2012-2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2012-2017. 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. */ +#ifndef SIMGRID_CONFIG_H +#define SIMGRID_CONFIG_H + #include "xbt/config.h" /** Config Globals */ @@ -17,3 +19,5 @@ XBT_PUBLIC(void) sg_config_init(int *argc, char **argv); XBT_PUBLIC(void) sg_config_finalize(); SG_END_DECL() + +#endif \ No newline at end of file