Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing #include
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 29 Jun 2015 10:07:49 +0000 (12:07 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 29 Jun 2015 10:07:49 +0000 (12:07 +0200)
src/xbt/mallocator_private.h

index 603e231..98fb871 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef _XBT_MALLOCATOR_PRIVATE_H__
 #define _XBT_MALLOCATOR_PRIVATE_H__
 
+#include <xbt/function_types.h>
+
 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 */