X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a201b7ceece70d2bc461ac48c8b746a36d07243..aa2662427da4a4b81ea2e67561a223b9c4c3b4d0:/include/xbt/log.h?ds=sidebyside diff --git a/include/xbt/log.h b/include/xbt/log.h index d4114d8853..77f036b609 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -1,6 +1,7 @@ /* log - a generic logging facility in the spirit of log4j */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. 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. */ @@ -33,6 +34,7 @@ #define _XBT_LOG_H_ #include "xbt/misc.h" +#include "gras_config.h" #include SG_BEGIN_DECL() @@ -91,7 +93,7 @@ SG_BEGIN_DECL() /* The root of the category hierarchy. */ #define XBT_LOG_ROOT_CAT root -/* In stric ansi C, we are not allowed to initialize a variable with +/* In strict ansi C, we are not allowed to initialize a variable with * a non-constant value. But the whole tree of categories is * connected by setting the address of the parent category as a field * of the child one.