Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing #include.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 5 Nov 2004 19:39:27 +0000 (19:39 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 5 Nov 2004 19:39:27 +0000 (19:39 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@487 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/heap.c

index 355a401..b6cea7c 100644 (file)
@@ -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"
 
 /**