X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..c4e3a3e34e94ed337b089eb6339bf9b6fd5b9657:/testsuite/xbt/dynar_int.c?ds=sidebyside diff --git a/testsuite/xbt/dynar_int.c b/testsuite/xbt/dynar_int.c index 01dfd52edf..8e9ba8b6e5 100644 --- a/testsuite/xbt/dynar_int.c +++ b/testsuite/xbt/dynar_int.c @@ -2,13 +2,12 @@ /* dynar_int: A test case for the dynar using integers 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 "gras.h" #define NB_ELEM 5000 XBT_LOG_NEW_DEFAULT_CATEGORY(test,"Logging specific to this test");