From: Gabriel Corona Date: Mon, 29 Jun 2015 10:07:49 +0000 (+0200) Subject: Add missing #include X-Git-Tag: v3_12~545 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0e4ff465c72efed6832aecce5c1b2d8cf1b245b1 Add missing #include --- diff --git a/src/xbt/mallocator_private.h b/src/xbt/mallocator_private.h index 603e231760..98fb87155f 100644 --- a/src/xbt/mallocator_private.h +++ b/src/xbt/mallocator_private.h @@ -9,6 +9,8 @@ #ifndef _XBT_MALLOCATOR_PRIVATE_H__ #define _XBT_MALLOCATOR_PRIVATE_H__ +#include + typedef struct s_xbt_mallocator { void **objects; /* objects stored by the mallocator and available for the user */ int current_size; /* number of objects currently stored */