X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/725b49dcb59d91cbf1f29ab74e7992748eb1df06..b36e8791797d299ccf61a294e7eb6dd39ecac7dc:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index a3da1357da..db558b7ac2 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -2,7 +2,7 @@ /* log - a generic logging facility in the spirit of log4j */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003-2007 Martin Quinson. 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. */ @@ -20,7 +20,7 @@ #include "xbt/misc.h" #include "xbt/ex.h" #include "xbt/sysdep.h" -#include "xbt/log.h" +#include "xbt/log_private.h" #include "xbt/dynar.h" XBT_PUBLIC_DATA(int) (*xbt_pid)();