Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Import portability macros in mmalloc
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 May 2010 09:28:00 +0000 (09:28 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 May 2010 09:28:00 +0000 (09:28 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7767 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/mmalloc/mmprivate.h

index 55908d2..e92aec9 100644 (file)
@@ -13,6 +13,7 @@
 #ifndef __MMPRIVATE_H
 #define __MMPRIVATE_H 1
 
+#include "portable.h"
 #include "xbt/xbt_os_thread.h"
 #include "xbt/mmalloc.h"