From 86ba53d238b569dc70b1f49f8e9035530f8eb713 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 25 Oct 2015 22:24:57 +0100 Subject: [PATCH 1/1] fix build on non-linux arch --- src/xbt/backtrace_dummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/backtrace_dummy.c b/src/xbt/backtrace_dummy.c index 20970ec7b1..65a4fdaf83 100644 --- a/src/xbt/backtrace_dummy.c +++ b/src/xbt/backtrace_dummy.c @@ -7,7 +7,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/ex.h" -#include "xbt_modinter.h" +#include "src/xbt_modinter.h" /* Module creation/destruction */ void xbt_backtrace_preinit(void) -- 2.20.1