Sfoglia il codice sorgente

src/core/tree.c: add missing include

Nathalie Furmento 11 anni fa
parent
commit
42c03d695f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/core/tree.c

+ 1 - 0
src/core/tree.c

@@ -14,6 +14,7 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <stdlib.h>
 #include "starpu_tree.h"
 
 void starpu_tree_reset_visited(struct starpu_tree *tree, int *visited)