X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22372a28a3bc13497674b7b9e45fd0673f60f44a..649e8032974d045864c789e291320f61bdce482f:/testsuite/xbt/dynar_string.c diff --git a/testsuite/xbt/dynar_string.c b/testsuite/xbt/dynar_string.c index 44090239de..c36f84a321 100644 --- a/testsuite/xbt/dynar_string.c +++ b/testsuite/xbt/dynar_string.c @@ -2,13 +2,13 @@ /* dynar_string: A test case for the dynar using strings as content */ -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include -#include +#include /* sprintf */ +#include "gras.h" /* NB_ELEM HAS to be a multiple of 5 */ #define NB_ELEM 5000