X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/98a167fa2243c248259017276314ff93c8e841fe..145df5da7bc0323bf1817c9c8602482726aa5a08:/src/simix/smx_global.c diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 36a805e81f..e1bf5ae9c4 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -5,7 +5,11 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include +#include "src/portable.h" +#ifdef HAVE_SYS_PTRACE_H +# include +# include +#endif #include "smx_private.h" #include "xbt/heap.h"