From: mquinson Date: Thu, 2 Jun 2005 11:54:45 +0000 (+0000) Subject: Yeah. Cool, we use the SIZEOF_MAX. But now also load the header where it's defined X-Git-Tag: v3.3~4034 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ef76afcf3495ea944ba3229bbf7669be762cd387 Yeah. Cool, we use the SIZEOF_MAX. But now also load the header where it's defined git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1321 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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"