From ef76afcf3495ea944ba3229bbf7669be762cd387 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 2 Jun 2005 11:54:45 +0000 Subject: [PATCH] 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 --- src/xbt/dynar.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1