From 1f3c41d3e486f83d8a2db908b84844b4297a3ec6 Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 21 Sep 2007 15:54:28 +0000 Subject: [PATCH] need to include portable.h git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4669 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/xbt_log_layout_simple.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.20.1