X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be7ea3f9e71cd563e91b6aba63f5c70f043fbd5..7f71c595be569acd81e8c7b97924bd2d0efc3f6c:/src/xbt/mallocator_private.h diff --git a/src/xbt/mallocator_private.h b/src/xbt/mallocator_private.h index 266c026534..3bc4d8c971 100644 --- a/src/xbt/mallocator_private.h +++ b/src/xbt/mallocator_private.h @@ -1,6 +1,6 @@ /* mallocator - recycle objects to avoid malloc() / free() */ -/* Copyright (c) 2006-2012. The SimGrid Team. +/* Copyright (c) 2006-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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 */