X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3248c64c65a5750a7b9cbf23f5896e9a7a0f8374..2c8e75834bbb63acef15c560c3de978ab3cb6fbf:/src/instr/interface.c diff --git a/src/instr/interface.c b/src/instr/interface.c index 88a057681b..1d87e24154 100644 --- a/src/instr/interface.c +++ b/src/instr/interface.c @@ -4,11 +4,12 @@ /* 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 "instr/private.h" - +#include "simgrid_config.h" #ifdef HAVE_TRACING +#include "instr/private.h" + XBT_LOG_NEW_DEFAULT_CATEGORY(tracing,"Tracing Interface"); static xbt_dict_t defined_types;