From: Martin Quinson Date: Wed, 9 Mar 2016 14:49:36 +0000 (+0100) Subject: fix #if HAVE_HEADACHE X-Git-Tag: v3_13~453^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/38da63051a83ab4237c4abec7e4745851523875f fix #if HAVE_HEADACHE --- diff --git a/src/xbt/automaton/automatonparse_promela.c b/src/xbt/automaton/automatonparse_promela.c index 2cae6d53d0..d62c20dabd 100644 --- a/src/xbt/automaton/automatonparse_promela.c +++ b/src/xbt/automaton/automatonparse_promela.c @@ -6,12 +6,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 "xbt/automaton.h" #include "src/internal_config.h" +#include "xbt/automaton.h" #include #include /* strerror */ #if HAVE_UNISTD_H -#include /* isatty */ +# include /* isatty */ #endif static xbt_automaton_t parsed_automaton; diff --git a/src/xbt/xbt_log_layout_format.c b/src/xbt/xbt_log_layout_format.c index 372ed4e90a..b93ecadddc 100644 --- a/src/xbt/xbt_log_layout_format.c +++ b/src/xbt/xbt_log_layout_format.c @@ -16,7 +16,7 @@ #include "surf/surf.h" #include -#ifdef HAVE_EXECINFO_H +#if HAVE_EXECINFO_H # include /* Function backtrace */ #endif