From 487f1bbd1b94a8738f06e84815ad0eef6d5e7525 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christophe=20Thi=C3=A9ry?= Date: Tue, 19 Apr 2011 12:10:03 +0200 Subject: [PATCH] Fix compilation error --- src/xbt/mmalloc/attach.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1