--- projects/libstatgrab/src/libstatgrab/vector.c 2004/04/07 10:33:50 1.7 +++ projects/libstatgrab/src/libstatgrab/vector.c 2004/04/07 14:36:36 1.8 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: vector.c,v 1.7 2004/04/07 10:33:50 ats Exp $ + * $Id: vector.c,v 1.8 2004/04/07 14:36:36 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -27,6 +27,7 @@ #include +#include "tools.h" #include "vector.h" void *sg_vector_resize(void *vector, vector_header *h, int count) {