Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix build on non-linux arch
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Oct 2015 21:24:57 +0000 (22:24 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Oct 2015 21:24:57 +0000 (22:24 +0100)
src/xbt/backtrace_dummy.c

index 20970ec..65a4fda 100644 (file)
@@ -7,7 +7,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/ex.h"
  * 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)
 
 /* Module creation/destruction */
 void xbt_backtrace_preinit(void)