From: cherierm Date: Fri, 21 Sep 2007 15:54:28 +0000 (+0000) Subject: need to include portable.h X-Git-Tag: v3.3~1122 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1f3c41d3e486f83d8a2db908b84844b4297a3ec6 need to include portable.h git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4669 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/xbt_log_layout_simple.c b/src/xbt/xbt_log_layout_simple.c index 5363c18388..8aea05be7c 100644 --- a/src/xbt/xbt_log_layout_simple.c +++ b/src/xbt/xbt_log_layout_simple.c @@ -7,6 +7,7 @@ /* 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 "portable.h" /* execinfo when available */ #include "xbt/sysdep.h" #include "xbt/log.h" #include "xbt/synchro.h" /* xbt_thread_name */