X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0152b0fcb522280459d686aaa476ef1fb8326f88..ef76afcf3495ea944ba3229bbf7669be762cd387:/src/xbt/dynar.c diff --git a/src/xbt/dynar.c b/src/xbt/dynar.c index 5fbad96a78..dccfb7f5e4 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.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" /* SIZEOF_MAX */ #include "xbt/misc.h" #include "xbt/sysdep.h" #include "xbt/log.h"