From: cristianrosa Date: Tue, 18 May 2010 09:34:15 +0000 (+0000) Subject: Import portability macro in mmalloc X-Git-Tag: v3_5~1040 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fd50a7a8ea7d090e171e0ce78f03f01529720a34?hp=7e84d025f5c0ccea5d003f11a1c8c1d2becc5d74 Import portability macro in mmalloc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7768 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index e92aec96d9..2150703a3d 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -16,6 +16,7 @@ #include "portable.h" #include "xbt/xbt_os_thread.h" #include "xbt/mmalloc.h" +#include "portable.h" #ifdef HAVE_LIMITS_H # include