From: alegrand Date: Fri, 5 Nov 2004 19:39:27 +0000 (+0000) Subject: Missing #include. X-Git-Tag: v3.3~4863 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d001b03dcee41695c0bf66206429c364a89321eb Missing #include. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@487 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/heap.c b/src/xbt/heap.c index 355a401b8b..b6cea7c0e2 100644 --- a/src/xbt/heap.c +++ b/src/xbt/heap.c @@ -6,6 +6,7 @@ under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/sysdep.h" +#include "xbt/error.h" #include "heap_private.h" /**