Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yeah. Cool, we use the SIZEOF_MAX. But now also load the header where it's defined
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Jun 2005 11:54:45 +0000 (11:54 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Jun 2005 11:54:45 +0000 (11:54 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1321 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/dynar.c

index 5fbad96..dccfb7f 100644 (file)
@@ -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"