Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Import portability macro in mmalloc
authorcristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 May 2010 09:34:15 +0000 (09:34 +0000)
committercristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 May 2010 09:34:15 +0000 (09:34 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7768 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/mmalloc/mmprivate.h

index e92aec9..2150703 100644 (file)
@@ -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 <limits.h>