From: Christophe ThiƩry Date: Tue, 19 Apr 2011 10:10:03 +0000 (+0200) Subject: Fix compilation error X-Git-Tag: v3.6_beta2~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/487f1bbd1b94a8738f06e84815ad0eef6d5e7525 Fix compilation error --- diff --git a/src/xbt/mmalloc/attach.c b/src/xbt/mmalloc/attach.c index bd151db9c0..254182e635 100644 --- a/src/xbt/mmalloc/attach.c +++ b/src/xbt/mmalloc/attach.c @@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */ #include /* Prototypes for lseek */ #endif #include "mmprivate.h" +#include "xbt/ex.h" #ifndef SEEK_SET #define SEEK_SET 0